action clickmeter_tags_delete_related_groups { label: "Delete the association of this tag with all groups" provider: clickmeter method: DELETE path: "/tags/{tagId}/groups" encoding: json input: { type: "object" properties: { tagId: { type: "integer" format: "int64" } } required: ["tagId"] additionalProperties: false } output: { type: "object" properties: { id: { type: "integer" format: "int64" } uri: { type: "string" } } } }