Skip to main content
DELETE
/
api
/
svc
/
v1
/
role-bindings
/
{id}
Delete a role binding by ID
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/role-bindings/{id} \
  --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

id
string
required

System-generated role binding ID.

Example:

"jqfwg345gi25n5ju2yz5iz6m"

Response

200

Delete completed successfully.