Skip to content

Clear custom data

Request

Remove all of the user's custom data.

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

Security
ClientAccessToken
Path
user_idstringrequired

The ID of the user

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

Responses

The custom data has been cleared

Response
No content