action slicebox_delete_directorywatches_id { label: "delete_directorywatches_id" description: "stop watching and remove the directory corresponding to the supplied ID" provider: slicebox method: DELETE path: "/directorywatches/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }