Delete a contact
Delete a contact by providing the contact key.
- Upon deleting a contact, the contact will also be removed from any associated boxes.
delete/contacts/{contactKey}
Path parameters
contactKeystring required
Contact key
Response
200
Example response
{
"success": true
}