Skip to content

Remove Profile Option

Request

Removes a profile option for the specified user, reverting it to the account default. Admin only.

Security
ApiKeyAuth
Path
user_idinteger(UserId)required
Example:123
keystringrequired

the profile option key

curl -i -X DELETE \
  'https://api.treasuredata.com/v3/access_control/users/123/profile_options/{key}' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

No Content