action slicebox_delete_filtering_associations_id { label: "delete_filtering_associations_id" description: "remove the source <-> filter association corresponding to the supplied ID" provider: slicebox method: DELETE path: "/filtering/associations/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }