Remove a tag
DELETE
/users/{user_id}/tags/{tag_id}Removes a tag from the user. The operation is idempotent: removing a tag that is not assigned also succeeds.
AuthorizationBearer <token>
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
user_id*string
tag_id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/users/string/tags/string"Empty