permissions
Delete permission
Remove a permission from your workspace. This also removes the permission from all API keys and roles.
Important: This operation cannot be undone and immediately affects all API keys and roles that had this permission assigned.
Required Permissions
Your root key must have the following permission:
- rbac.*.delete_permission
post/v2/permissions.deletePermission
Request body
Example request
{
"permission": "perm_1234567890abcdef"
}Response
Permission deleted successfully
Example response
{
"meta": {
"requestId": "req_123"
}
}