Delete a Webhook

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.lsk.lightspeed.app/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Lightspeed Restaurant K-Series MCP server": {
  "url": "https://api-docs.lsk.lightspeed.app/mcp"
}
Close
DELETE /o/wh/1/webhook/{endpointId}

Delete an existing webhook.

Path parameters

  • endpointId string Required

Responses

  • 200

    Webhook deleted

DELETE /o/wh/1/webhook/{endpointId}
curl \
 --request DELETE 'https://api.trial.lsk.lightspeed.app/o/wh/1/webhook/endpoint' \
 --header "Authorization: Bearer $ACCESS_TOKEN"