Delete a custom role
team_delete_rolePermanently delete a customer-owned role after reassigning its members. Requires the role to have no assigned users and not be a system role.
Instructions
Permanently delete a customer-owned role. HIGH IMPACT and irreversible. Fails when the role is still assigned to any user (reassign members via team_update_member_role first) or when it is a system role. Requires the team:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes | Role UUID (find it via team_list_roles) | |
| customer_id | Yes | Your customer UUID (shown in the WARP portal under Settings) |