Skip to main content

Delete a team

DELETE 

/companies/:companyID/teams/:teamName

Delete a team

Request

Path Parameters

    teamName stringrequired

Responses

The team was deleted successfully

Schema

    name stringrequired

    The name of the team

    description stringnullablerequired

    The description of the team

    companyId uuidrequired

    The ID of the company the team belongs to

    created stringrequired

    The creation date of the team

    updated stringrequired

    The last update date of the team

Loading...