Skip to main content
DELETE
/
api
/
authentication-manager
/
user
/
{id}
/
role
/
{roleId}
removeUserRole
curl --request DELETE \
  --url https://api.artemis.cynopsis.co/api/authentication-manager/user/{id}/role/{roleId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Domain-ID: <x-domain-id>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer
required

X-Domain-ID

Path Parameters

id
integer
required

id

roleId
integer
required

roleId

Response

OK