ApiMembers

Remove a member

Remove somebody's role. Their business access ends on their next request - the membership is read per request, so there is no cached grant to wait out.

DELETE
/api/b/v1/members/{user_id}

Remove somebody's role.

Their business access ends on their next request - the membership is read per request, so there is no cached grant to wait out.

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

Path Parameters

user_id*User Id
Formatuuid
admin_access_token?string|null

Response Body

application/json

curl -X DELETE "https://example.com/api/b/v1/members/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty