cURL
curl --request DELETE \ --url https://{host}/timmi-project/api/v4/clients/{id} \ --header 'Authorization: <authorization>'
{ "type": "<string>", "title": "<string>", "status": 400, "traceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "errors": {} }
Delete a single client. Deletion is irrevocable.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
Identifier of the client.
No content
Was this page helpful?