Reach: Contacts
Delete a contact
Delete a contact with the specified UUID.
This endpoint permanently removes a contact from the email marketing system.
delete/api/reach/v1/contacts/{uuid}
Path parameters
uuidstring uuid required
UUID of the contact to delete
Response
Success response
Example response
{
"message": "Request accepted"
}