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}
This response does not have an example.

Authorizations

key
string
query
required

Path Parameters

id
integer
required

The Webhook Configuration ID.

Example:

12345

Response

204

Upon success a response with an empty body is returned.