Last updated 9 days ago
Deletes the role with the provided role ID.
Role Identifier
"000000000000000000000001"
Successful operation.
const response = await fetch('/api/v1/permissions/roles/{id}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
false