Skip to main content
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"
}

Documentation Index

Fetch the complete documentation index at: https://ai-recruiter.micro1.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"