Skip to main content
DELETE
/
v1
/
roles
/
{role}
Delete Role
curl --request DELETE \
  --url https://iam.eu.confidence.dev/v1/roles/{role} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

role
string
required

Response

200

OK