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. The account owner cannot be removed.
DELETE
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
Example:
"2026-07-20"
Path Parameters
Team member ID — ausr_ for accepted members, ausri_ for pending invites.
Response
Team member removed.

