Skip to main content
DELETE
/
api
/
v1
/
agents
/
{uuid}
/
webhooks
/
{webhookUuid}
Delete a webhook
curl --request DELETE \
  --url https://{subdomain}.mihu.ai/api/v1/agents/{uuid}/webhooks/{webhookUuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
webhookUuid
string<uuid>
required

Response

Webhook deleted