Deletes a webhook.
cURL
curl --request POST \ --url https://api.manus.ai/v2/webhook.delete \ --header 'Content-Type: application/json' \ --header 'x-manus-api-key: <api-key>' \ --data ' { "webhook_id": "<string>" } '
{ "ok": true, "request_id": "<string>" }
The unique identifier of the webhook to delete.
Webhook deleted successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Was this page helpful?