cURL
curl --request DELETE \ --url https://www.postable.com/api/v1/contacts/{uuid} \ --header 'Authorization: Bearer <token>'
Delete a contact from your address book
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of the contact
Contact deleted successfully