Skip to main content

Delete a webhook

Path Parameters
idstringrequired

The webhooks's unique identifier

  • DELETE /webhooks/{id}
  • curl 'https://api.lune.co/v1/webhooks/ljmkOq7vXd239gAE9WALWQ8ZGVD5ExNz' \
      -H 'Authorization: Bearer <API_KEY>' \
      -H 'Content-Type: application/json' \
      -X DELETE