Delete a role.
DELETE /api/v1/role/student HTTP/1.1 Authorization: Bearer ... ---------------------------------------- HTTP/1.1 204 No Content
Authentication is required and access is limited to admins.
| Name | Description | Value |
|---|---|---|
| roleId | the identifier of the role to delete | string |
NONE
NONE
Successful responses are code 204. Returns code 409 if there are existing relationships to other entities. Error responses are standard.
NONE