Delete Outbound Call
API Endpoint
DELETE https://kpi.knowlarity.com/Basic/v1/account/call/campaign/<order_id>
Sample Request
curl --location --request \
DELETE 'https://kpi.knowlarity.com/Basic/v1/account/call/campaign/<order_id>' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: <authorization-key>' \
--header 'x-api-key: <x-api-key>'
Sample Response
{
"message": "Order canceled Successfully."
}
Updated about 1 year ago