{
"ids": [
"string"
]
}curl --location --request POST '/partners/invoice-items/delete' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
--header 'X-Request-Id: req_1701937730123_48210952' \
--header 'X-Encryption-Mode;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"request_id": "req_1701937730123_48210952",
"data": {
"total": 3,
"deleted_count": 3,
"failed": []
}
}