Skip to main content
DELETE
/
timmi-project
/
api
/
v4
/
clients
/
{id}
Delete a Client by id
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": {}
}

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

id
integer
required

Identifier of the client.

Response

No content