Skip to main content
DELETE
Delete Team Role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
string
required

Name of the role to delete (used when role_id is absent).

Body

application/json
role_id
integer

Numeric ID of the role to delete; takes precedence over id if provided.

Example:

7

Response

{"status": "success", "message": "Role removed from team"} or {"status": "failure", "message": "No role was removed from the team"}

status
string

"success" if role was deleted, "failure" otherwise

message
string

Human-readable result message