v0 Platform API/API Reference/Hooks
Delete Hook
Deletes a webhook based on its ID. This action is irreversible.
DELETE/v1/hooks/{hookId}
Usage
TypeScript Example
API Signature
Request
Path Parameters
hookId: string
The ID of the webhook to delete. Provided as a path parameter.
Response
id: string
object: 'hook'
deleted: 'true'