Delete service instance
Deletes one or more service instances from a specified host.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
name
A service model's XPATH. The XPATH is obtained from [API ServiceManager.getServiceModelMap]{@link cogs.ServiceManager#getServiceModelMap}</a>. When using this API over HTTP, this will be a part of the path itself. Therefore (since service models always include '/' character), the path will first need to be URL encoded. A good site for URL encoding text is <a href='https://www.urlencoder.org/'>URL Encoder</a>.
key
A single field object with key keys and value an array. Each element in the array is a string representing the key values for a service model instance.
Response
A string providing status of Delete action on Service Instance.
Errors
500
Internal Server Error