Delete a webhook

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

Webhook events for dispatch notifications are currently setup independently of this general webhook platform. See the Dispatch Webhook Events guide for setting up and receiving dispatch webhooks using the meter-level or group-level 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"

}