cURL
curl --request DELETE \ --url https://api.lilt.com/v3/connectors/configuration/webhooks/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "message": "Internal server error." }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The Webhook Configuration ID.
12345
Upon success a response with an empty body is returned.
Was this page helpful?