Delete Team
gorgias_delete_teamPermanently delete a team by ID. Removes the team and clears assignment from all its tickets.
Instructions
DELETE /api/teams/{id} — Permanently delete a team by ID. Deletion is irreversible. Tickets previously assigned to the team will lose their team assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the team to delete |