Skip to main content
DELETE
/
contacts
/
{uuid}
Delete contact
curl --request DELETE \
  --url https://www.postable.com/api/v1/contacts/{uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

UUID of the contact

Response

204

Contact deleted successfully

I