action pendo_delete_accounts_id_tags { label: "Delete custom Account tags" description: "Removes all custom tags associated with the Account" provider: pendo method: DELETE path: "/accounts/{id}/tags" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }