Services /
Delete service
Deletes the given service.
Required permission
Project > Services > General > Delete
Path parameters
projectId
string requiredID of the projectserviceId
string requiredID of the service
Query parameters
delete_child_objects
booleanIf true, any volumes attached to this service will also be deleted.
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}/services/{serviceId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}