Reach: Contacts
Delete a profile contact
Permanently delete a contact from a profile.
The contact is removed together with its custom field values and tag assignments.
delete/api/reach/v1/profiles/{profileUuid}/contacts/{contactUuid}
Path parameters
profileUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Profile uuid parameter
contactUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
Contact uuid parameter
Response
Success empty response
Example response
{
"message": "Request accepted"
}