Summary
Delete Service Instance
Description
This API call will delete a service instance from a specified host.
Route
DELETE /service_management/service/instance/delete/:name/:key
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
name | string | yes | Name of service model |
key | string | yes | key for the service instance |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
data | string | A string providing status of Delete action on Service Instance. |