Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete Client

DELETE /v1/clients/:id
Permanently deletes a client and removes it from all route assignments.

Path Parameters

ParameterTypeDescription
iduuidThe client ID

Response

{
  "data": { "deleted": true },
  "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000" }
}

Errors

StatusTypeDescription
404not_foundClient not found