{
"treatments_list": [
{
"custom_id": "string"
}
]
}curl --location --request DELETE '/open_api/merchant/treatments' \
--header 'access-token;' \
--header 'merchant-id;' \
--header 'Content-Type: application/json' \
--data '{
"treatments_list": [
{
"custom_id": "string"
}
]
}'