Delete a contact
DELETE/v1/contacts/{identifier}
Permanently deletes the contact resolved by `{identifier}`. Returns a human-readable `message` and echoes the raw path parameter in `data.identifier` (e.g. if the client calls `DELETE .../[email protected]`, the response contains `"identifier": "[email protected]"`). Subsequent GET/PUT/DELETE with the same identifier returns 404. Private upstream path: `/v1/contacts/{identifier}`.
Path Parameters
identifierstring required
Contact ULID, email address, or E.164 phone number. Email addresses in paths should be URL-encoded (`%40` for `@`).
Example:text