Skip to content

Erase user data

Request

Permanently erases a user and all their data. This action cannot be undone and the data cannot be recovered. You can also use it for users previously removed with Delete user to permanently erase any remaining data and make their user ID available for reuse.

Important: Only use this endpoint when user data must be permanently erased, such as to fulfill a right-to-erasure request.

Required permissions: apps:delete, [appId]:delete, users:delete.

Security
ClientAccessToken
Path
user_idstringrequired

ID of the user

curl -i -X DELETE \
  'https://api.sbx.transmitsecurity.io/cis/v1/users/{user_id}/erase' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

User data erasure accepted

Response
No content