ApiKey: ********************
{
"ids": [
106923,
106922,
106928
]
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/items/batch/deletes' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '{
"ids": [
106923,
106922,
106928
]
}'
{
"success": true,
"message": "Item deleted successfully."
}