Leave a team, or decline an invitation.
DELETE/teams/memberships/:master_user_id
Deactivates the authenticated user's membership in another Wheelhouse account's team. Also used to decline a pending invitation.
Request
Responses
- 200
- 401
- 403
- 409
- 429
Membership deactivated (or no matching membership existed).
API key authorization failed.
Read-only API key cannot leave a team.
A concurrent request for this team is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.