Delete contact
Permanently remove a contact.
DELETE/api-contacts/:id
Try it
DELETE
Create an API key in your workspace under Settings → Integrations & API.
Path
:idQuery
None.
Requires the contacts:write scope.
Destructive
Deletion is permanent. Related activity rows referencing the contact may also be removed depending on workspace settings.
Path parameters
Path
| Name | Type | Description |
|---|---|---|
idrequired | uuid | The contact ID. Must belong to the caller's organization. |
Example request
bash
curl -X DELETE \
'https://api.wundertreos.com/functions/v1/api-contacts/c8b1f3a0-4d2e-4f9a-9b1c-2d4e5f6a7b8c' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'Response
Returns 204 No Content on success.
403 if the credential lacks contacts:write. 500 server_error if the database delete fails.
