DELETE
/
api
/
v1
/
contacts
/
{contactId}
Delete Contact
curl --request DELETE \
  --url https://app.journeybee.io/api/v1/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'

Authentication

curl -X DELETE "https://app.journeybee.io/api/v1/contacts/{contactId}" \
  -H "Authorization: Bearer your-api-key-uuid" \
  -H "Content-Type: application/json"

Path Parameters

contactId
number
required
The unique identifier of the contact to delete

Response Schema

The API returns a 204 No Content status code on successful deletion.

Notes

  • Requires API key with write_access permission