DELETE
/
v1
/
webhooks
/
{webhook_id}
cURL
curl --request DELETE \
  --url https://api.manus.ai/v1/webhooks/{webhook_id} \
  --header 'API_KEY: <api-key>'

Authorizations

API_KEY
string
header
required

Path Parameters

webhook_id
string
required

Response

204

Webhook deleted successfully.