Delete
/api/user-tags/{tagId}/requested-memberships/{userId}
Clears the is_user_requested flag for the specified user in the tag. If this was the only active access path, the row is deleted and deprovisioning is triggered.
Security
HTTP
Type bearer
Path parameters
tagId
stringRequired
ID of the user tag
userId
stringRequired
External string ID of the user (e.g. puXXXXXX)
Responses
200
Requested membership removed successfully
404
Tag not found