Skip to content

Clear custom app data

Request

Remove all of the user's custom app data for the requesting application.

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_app_data' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The custom app data has been cleared

Response
No content