Skip to content

Remove custom data key

Request

Remove a single key from the user's custom data.

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

Security
ClientAccessToken
Path
user_idstringrequired

The ID of the user

keystringrequired

The custom data key to remove

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

Responses

The custom data key has been removed

Response
No content