action anchore_delete_service { label: "Delete the service config" provider: anchore method: DELETE path: "/system/services/{servicename}/{hostid}" encoding: json input: { type: "object" properties: { hostid: { type: "string" } servicename: { type: "string" } } required: ["hostid", "servicename"] additionalProperties: false } output: { type: "object" additionalProperties: true } }