Skip to main content
DELETE
/
contacts
/
{contact_id}
Delete Contact
curl --request DELETE \
  --url https://api.getoutbox.ai/contacts/{contact_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

contact_id
string
required

The ID of the contact to delete

Response

Contact deleted successfully