Delete team
DELETE /api/v1/teams/{id}
DELETE
/api/v1/teams/{id}
Deletes a single team by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Team ID
Responses
Section titled “ Responses ”Successful
Unauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not found