DELETE a Callback
Delete a callback that was already set up for your API-Key.
https://openapi.paveapi.com/v1/callbacks/:eventSample Response (200: Ok)
{
"api_key": "<your_request_api_key",
"message": "Callback setting :event has been successfully removed."
}Sample Response (404: Not Found)
{
"api_key": "<your_request_api_key",
"message": "Your API Key does not have callback setting for the event :event."
}Last updated
