Javascript
import Honcho from '@honcho-ai/core'; const client = new Honcho({ apiKey: 'My API Key', }); const webhook = await client.workspaces.webhooks.delete('workspace_id', 'endpoint_id'); console.log(webhook);
"<any>"
Delete a specific webhook endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Webhook endpoint ID
Successful Response
The response is of type any.
any