Skip to main content
https://.thoughtindustries.com

Clients

Deletes the specified client by ID. Returns the deleted client's ID on success

Deletes the specified client by ID. Returns the deleted client's ID on success.

DELETEhttps://example.thoughtindustries.com/incoming/v2/clients/:id

Example request

curl -X DELETE "https://example.thoughtindustries.com/incoming/v2/clients/:id" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

NameTypeRequiredLocationDescription
iduuidYespathThe unique identifier of the client to delete.

Example response

"00000000-0000-0000-0000-000000000000"