Skip to main content
DELETE
Remove Team Member

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; cannot be the team owner or the caller themselves.

Response

{"status": "success", "message": "User removed from the team."}

status
string

"success" on successful removal

message
string

Human-readable confirmation message