BazaarLinkBazaarLink
Sign in
DocsAPI ReferenceSDK ReferenceAgentic UsageAI Skills
Organizations

Delete a team

Permanently deletes a team — the database row is removed outright. This cannot be undone, and unlike API keys, teams have no in-between "disabled" state to fall back on. Only an org_admin of that organization may call this.

DELETE/api/v1/orgs/:orgId/teams/:teamId

Authorizations

Authorizationrequired
string · header

API key as bearer token in the Authorization header.

Path parameters

orgIdrequired
string

The organization ID, from a GET /orgs response.

teamIdrequired
string

The team ID, from a list-teams or create-a-team response.

DELETE /api/v1/orgs/:orgId/teams/:teamId
curl -X DELETE https://bazaarlink.ai/api/v1/orgs/org_abc123/teams/team_abc123 \
  -H "Authorization: Bearer $BAZAARLINK_API_KEY"
Response examples

Deleted successfully, no response body.

(no body)
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.
Delete a team — BazaarLink API