Skip to main content
DELETE
Delete all of a contact's data (GDPR right-to-erasure)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Headers

X-Reauth-Challenge
string
required

Fresh single-use re-auth token from POST /:id/gdpr/delete/challenge. Without a valid, unexpired token the delete returns 401 REAUTH_REQUIRED.

Path Parameters

id
string
required

Response

204

The contact and all associated data were erased. No response body.