action bigredcloud_quote_delete { label: "Removes an existing Quote." provider: bigredcloud method: DELETE path: "/v1/quotes/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } timestamp: { type: "string" } } required: ["id", "timestamp"] additionalProperties: false } output: { type: "object" } }