Skip to main content
DELETE
/
v3
/
connectors
/
configuration
/
webhooks
/
{id}
Delete a specific Webhook Configuration by ID.
curl --request DELETE \
  --url https://api.lilt.com/v3/connectors/configuration/webhooks/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Internal server error."
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
integer
required

The Webhook Configuration ID.

Example:

12345

Response

Upon success a response with an empty body is returned.