Skip to main content
DELETE
/
api
/
v1
/
system
/
roles
/
{id}
Delete role
curl --request DELETE \
  --url https://api.example.com/api/v1/system/roles/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Headers

X-Schema-Name
string

School (tenant) identifier. Must match your account unless you have platform-wide access.

Path Parameters

id
string<uuid>
required

A unique integer value identifying this group.

Response

204

No response body