DELETE /services/:id
Delete a specific service.
The ID of the service must be provided in the URL of the request.
Status 2o4 — No Content
- 4o4 — Not Found. The specified service by this ID is not in the DB.
DELETE /services/4
None
DELETE /services/:id
Delete a specific service.
The ID of the service must be provided in the URL of the request.
Status 2o4 — No Content
DELETE /services/4
None