action trashnothing_delete_photo { label: "Delete a photo" provider: trashnothing method: DELETE path: "/photos/{photo_id}" encoding: json input: { type: "object" properties: { photo_id: { type: "string" } } required: ["photo_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }