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.
DELETE
https://example.thoughtindustries.com/incoming/v2/clients/:idExample request
curl -X DELETE "https://example.thoughtindustries.com/incoming/v2/clients/:id" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
id | uuid | Yes | path | The unique identifier of the client to delete. |
Example response
"00000000-0000-0000-0000-000000000000"