action illumidesk_teams_delete { label: "Delete a team" provider: illumidesk method: DELETE path: "/v1/teams/{team}/" encoding: json input: { type: "object" properties: { team: { type: "string" } } required: ["team"] additionalProperties: false } output: { type: "object" additionalProperties: true } }