Delete Service

Delete Service

Delete specified service

Request
URI
DELETE
https://{api_host}/cloudapi/serviceLibrary/{id}
COPY
Path Parameters
string
id
Required

id

Query Parameters
boolean
recursive
Optional
Constraints: default: false

If true, the Service and all its service items will be deleted. If false, and there are service items in the service, delete will fail.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/serviceLibrary/{id}