Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 449 Bytes

DELETE_services_id.md

File metadata and controls

35 lines (18 loc) · 449 Bytes

Service Resource

DELETE /services/:id

Description

Delete a specific service.

Parameters

The ID of the service must be provided in the URL of the request.

Return format

Status 2o4 — No Content

Errors

  • 4o4 — Not Found. The specified service by this ID is not in the DB.

Example

Request

    DELETE /services/4

Return

None