curl --location --request DELETE 'https://callerapi.com/api/webhooks/complaints/subscribe' \
--header 'x-auth: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://partner.example.com/hooks/complaints"
}'
{
"status": "success"
}