Skip to main content
DELETE
/
role-bindings
/
{role_binding_id}
Delete a RoleBinding
curl --request DELETE \
  --url https://api.emulator.farm/v1/role-bindings/{role_binding_id} \
  --header 'X-EMULATOR-FARM-API-KEY: <api-key>'
{}

Authorizations

X-EMULATOR-FARM-API-KEY
string
header
required

Path Parameters

role_binding_id
string<uuid>
required

The unique identifier of the RoleBinding

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

RoleBinding deleted successfully