action staging_ecotaco_cancel_a_ride { label: "Cancel a Ride" description: "**Must be authenticate**" provider: staging_ecotaco method: GET path: "/rides/{id}/cancel" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }