reach_deleteAContactV1
Delete a contact permanently by UUID from the email marketing system. Note: This deprecated endpoint only affects the default profile; use the newer profile-specific endpoint instead.
Instructions
Delete a contact with the specified UUID.
This endpoint permanently removes a contact from the email marketing system.
Deprecated. This endpoint cannot target a profile, so it always falls back to the
client's default profile and cannot delete contacts of any other profile. Use
DELETE /api/reach/v1/profiles/{profileUuid}/contacts/{contactUuid} instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the contact to delete |