DELETE
request to remove an existing item from the system. It allows users to delete an item by providing its unique identifier.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/items/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Item deleted successfully"
}