Skip to main content
DELETE
Delete Team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string<uuid>
required

Unique ID of the team to delete

Response

Team deleted successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Team deleted successfully"

error
object | null
Example:

null

data
object