Skip to content
Endless Documentation

Delete Team

DELETE
/organizations/{organization_id}/teams/{team_id}

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length
team_id*string
Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/organizations/org_abc123/teams/0191e5a2-1c40-7b3a-8f21-6d0c2a91f4e7"
{  "success": true}