Skip to main content

Delete webhook lookup

DELETE 

/webhooks-lookup/:webhook_lookup_id

Deletes a webhook lookup, by ID.

Request

Path Parameters

    webhook_lookup_id stringrequired

    The ID of the webhook lookup to delete.

Responses

A successful request returns the HTTP 204 No Content status code with no JSON response body.

Loading...