| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Dispatch Webhook   [Skip link to Dispatch Webhook](https://developer.leap.energy/reference/deletewebhook-2#dispatch-webhook)

Webhook events for dispatch notifications are currently setup independently of this general webhook platform. See the [Dispatch Webhook Events](https://developer.leap.energy/docs/webhook-push-notifications-v2) guide for setting up and receiving dispatch webhooks using the [meter-level](https://developer.leap.energy/reference/createorupdatemeterdispatchwebhook) or [group-level](https://developer.leap.energy/reference/createorupdategroupdispatchwebhook-1) endpoints.

webhook_id

uuid

required

The ID of the webhook.

# ``200      Operation completed successfully

object

message

string

required

Success message.

# ``401      Unauthorized - Auth token is invalid

# ``403      Forbidden - You do not have permission to perform this action

# ``404      Not Found - The specified resource was not found

Updated 5 months ago

* * *

ShellNodeRubyPHPPython

Base URL

https://api.staging.leap.energy/v1.1/webhooks/{webhook_id}

```

xxxxxxxxxx

curl --request DELETE \

--url https://api.staging.leap.energy/v1.1/webhooks/ \

--header 'accept: application/json'
```

```

xxxxxxxxxx

{

"message": "Operation completed successfully"

}
