Remove a role binding (admin)

DELETE/api/v1/rbac/bindings/{id}

Parameters

This endpoint does not accept parameters.

Responses

204Binding removed

Request

curl -X DELETE "https://api.knowledgetree.dev/api/v1/rbac/bindings/{id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

204Binding removed
Example response not yet documented.