Skip to main content
DELETE
Delete a role

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

Organization identifier.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
role_id
string
required

Role identifier.

Required string length: 24
Pattern: ^[0-9a-f]{24}$

Response

User role successfully deleted.