app-service_management

On this page:

deleteInstances

Summary

Delete Service Instances

Description

Delete service instances.

Route

POST /service_management/service/instances/delete/:name

Roles

admin engineering support apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
name string yes 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 URL Encoder.
keys array yes 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.
options object yes -

Return

DetailsExampleSchema
Name Type Description
data array An array of objects. Each element in the array contains details of the service model instance delete request.