Skip to main content
DELETE
/
api
/
messaging
/
contacts
/
{contact_id}
Delete Contact
curl --request DELETE \
  --url https://api.example.com/api/messaging/contacts/{contact_id}/
Delete a contact.
contact_id
string
required
Contact ID

Success Response (204)

No content returned.