action facecheck_post_api_delete_pic { label: "Remove an image from a search request" provider: facecheck method: POST path: "/api/delete_pic" encoding: json input: { type: "object" properties: { id_pic: { type: "string" } id_search: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "string" } error: { type: "string" } id_search: { type: "string" } input: { type: "array" items: { type: "object" properties: { base64: { type: "string" } id_pic: { type: "string" } svg_anim: { type: "string" } url_source: { type: "string" } } additionalProperties: false } } message: { type: "string" } output: { type: "object" properties: { demo: { type: "boolean" } face_per_sec: { type: "integer" format: "int32" } freeRam: { type: "number" format: "double" } images_in_bundle: { type: "integer" format: "int32" } items: { type: "array" items: { type: "object" properties: { base64: { type: "string" } group: { type: "integer" format: "int32" } guid: { type: "string" } index: { type: "integer" format: "int32" } indexDB: { type: "integer" format: "int64" } score: { type: "integer" format: "int32" } url: { type: "string" } } additionalProperties: false } } max_score: { type: "integer" format: "int32" } performance: { type: "string" } searchedFaces: { type: "integer" format: "int32" } tookSeconds: { type: "number" format: "double" } tookSecondsDownload: { type: "number" format: "double" } tookSecondsQueue: { type: "number" format: "double" } } additionalProperties: false } progress: { type: "integer" format: "int32" } } additionalProperties: false } }