DELETE role/{roleId}

Related

Delete a role.

Example

DELETE /api/v1/role/student HTTP/1.1
Authorization: Bearer ...
----------------------------------------
HTTP/1.1 204 No Content

Security

Authentication is required and access is limited to admins.

URL Parameters

NameDescriptionValue
roleIdthe identifier of the role to deletestring

Query Parameters

NONE

Request Body

NONE

Response

Successful responses are code 204. Returns code 409 if there are existing relationships to other entities. Error responses are standard.

Response Body

NONE