Service
Delete a service
Delete a service by id. Requires admin access.
delete/services/{id}
Response
The delete request was successful and the resource has been removed
Example response
{
"data": {}
}Changes
Changed in 3 of the 18 revisions of this API.4
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
removed the non-success response with the status
429response-non-success-status-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○