Skip to main content

Endpoint

DELETE /api/services/:id

Authentication

Authorization
string
required
Bearer token. Format: Bearer <token>

Path parameters

id
string
required
Service UUID.

Response

success
boolean
true on successful deletion.

Examples

curl --request DELETE \
  --url http://localhost:5000/api/services/c3d4e5f6-a7b8-9012-cdef-012345678902 \
  --header 'Authorization: Bearer <token>'

Example response

{
  "success": true
}

Build docs developers (and LLMs) love