Webhooks
webhook.delete
Deletes a webhook. The endpoint will stop receiving notifications immediately. Use webhook.list to find the webhook ID.
POST
DeleteWebhook
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.
Body
application/json
The unique identifier of the webhook to delete.
Previous
webhook.publicKeyGets the public key for verifying webhook signatures. See the [Webhook Security](https://open.manus.ai/docs/v2/webhooks-security) guide for verification examples.
Next
DeleteWebhook