action vestorly_delete_custom_feed { label: "deleteCustomFeed" description: "Deletes a new Category" provider: vestorly method: DELETE path: "/custom_feeds/{id}" encoding: json input: { type: "object" properties: { access_token: { type: "string" } id: { type: "string" } vestorly_auth: { type: "string" } } required: ["id", "vestorly_auth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }