DELETE
/v1/security/roles/{role}
curl \
--request DELETE 'http://localhost:9644/v1/security/roles/{role}'
Response examples (404)
{
"code": 42,
"message": "string"
}
curl \
--request DELETE 'http://localhost:9644/v1/security/roles/{role}'
{
"code": 42,
"message": "string"
}