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>'

Documentation Index

Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

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