DELETE
/
webhook
/
{webhookId}
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

200
application/json
Successful response
status
boolean

Status of the response

message
string

Message of the response