action edrv_delete_location { label: "deleteLocation" description: "Delete a location" provider: edrv method: DELETE path: "/v1/location/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }