Skip to main content
DELETE
/
v1
/
contactBooks
/
{contactBookId}
/
contacts
/
{contactId}
cURL
curl --request DELETE \
  --url https://app.mailrify.com/api/v1/contactBooks/{contactBookId}/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

contactBookId
string
required
Example:

"cuiwqdj74rygf74"

contactId
string
required
Example:

"cuiwqdj74rygf74"

Response

200 - application/json

Contact deleted successfully

success
boolean
required