curl -X DELETE 'https://api.example.com/roles/role_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Delete a role from the system
curl -X DELETE 'https://api.example.com/roles/role_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
curl -X DELETE 'https://api.example.com/roles/role_123' \
-H 'Authorization: Bearer YOUR_TOKEN'
{
"success": true
}
Was this page helpful?