JavaScript
Team Members
Delete Team Member
Removes a team member from the account, or revokes a pending invite when given an ausri_ ID. A user session may delete its own membership to leave the team without the delete scope. Removing a member on the workforce role is also allowed with the bounty:create scope. The account owner cannot be removed.
DELETE
JavaScript
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
Example:
"2026-08-21"
Path Parameters
Team member ID — ausr_ for accepted members, ausri_ for pending invites.
Response
Team member removed.
Example:
true

