Roles & Permissions
Delete Team Role
Deletes a custom role specific to the current team. Cannot delete global roles or roles currently assigned to users. Requires role:delete
scope.
DELETE
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the team-specific role to delete.
Response
204
Role deleted successfully.