Skip to main content
DELETE
Remove Team Member Role

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

User ID of the team member to remove the role from.

Body

application/json
role
string

Name of the role to remove; cannot be 'owner'.

Example:

"developer"

Response

{"msg": "success"}

msg
string

"success" on successful removal