curl --location --request POST 'http://dev-cn.your-api-server.com/v2/image/search/delete_image' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"response_as_dict": true,
"attributes_as_list": false,
"show_original_response": false
}'
{
"sentisight": {
"status": "success"
},
"nyckel": {
"status": "success"
}
}