cURL
curl --request DELETE \ --url https://app.mailrify.com/api/v1/contactBooks/{contactBookId}/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete contact
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"cuiwqdj74rygf74"
Contact deleted successfully