DELETE
/
webhook
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://public.api.micro1.ai/webhook/{webhookId} \
  --header 'x-api-key: <api-key>'
{
  "status": "true",
  "message": "Webhook deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key to access the API

Path Parameters

webhookId
string
required

ID of the webhook to delete

Response

Successful response

status
boolean

Status of the response

Example:

"true"

message
string

Message of the response

Example:

"Webhook deleted successfully"