{
    "products": [
        {
            "offer_id": "033"
        }
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v2/products/delete' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "products": [
        {
            "offer_id": "033"
        }
    ]
}'{
    "status": [
        {
            "offer_id": "033",
            "is_deleted": true,
            "error": ""
        }
    ]
}