This endpoint deletes a webhook by ID.
cURL
curl --request DELETE \ --url https://public.api.micro1.ai/webhook/{webhookId} \ --header 'x-api-key: <api-key>'
{ "status": "true", "message": "Webhook deleted successfully" }
Documentation IndexFetch the complete documentation index at: https://ai-recruiter.micro1.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ai-recruiter.micro1.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key to access the API
ID of the webhook to delete
Successful response
Status of the response
"true"
Message of the response
"Webhook deleted successfully"