Role - Delete an existing role
Only non-editable roles can be deleted.
Authorizations
Path parameters
roleIdstring · uuidRequired
Expects Id of an existing role
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Acknowledgment for successful deletion of an existing role
404
Idicates that the requested role does not exist
500
Server related error
delete
DELETE /roles/{roleId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated