action pendo_delete_accounts_id { label: "Delete an Account" description: "This removes most traces of an Accounts existence from the system." provider: pendo method: DELETE path: "/accounts/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }