Team

Leave a team

DELETE
/api/v1/team/leave/{teamId}
/api/v1/team/leave/{teamId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

teamId
Required
string

The ID of the team to leave

curl -X DELETE "https://example.com/api/v1/team/leave/string" \
  -H "Authorization: <token>"

OK