Skip to main content
DELETE
/
v1
/
webhooks
/
configs
/
:id
Delete webhook config
curl --request DELETE \
  --url https://api.beltic.com/v1/webhooks/configs/:id \
  --header 'X-Api-Key: <api-key>'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "detail": "<string>"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

API key for authentication. Access https://console.beltic.com/ to obtain your API key.

Path Parameters

id
string<uuid>
required

Webhook config ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Webhook config deleted successfully