Path parameters
-
endpointId
string Required
DELETE
/r/wh/1/webhook/{endpointId}
curl \
--request DELETE 'https://api.trial.lsk.lightspeed.app/r/wh/1/webhook/{endpointId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"status": "400",
"timestamp": "2025-05-04T09:42:00Z",
"message": "string",
"apiSubExceptions": [
{
"field": "string",
"rejectedValue": "string",
"message": "string"
}
]
}
Response examples (403)
{
"status": "403",
"timestamp": "2025-05-04T09:42:00Z",
"message": "string",
"apiSubExceptions": [
{
"field": "string",
"rejectedValue": "string",
"message": "string"
}
]
}
Response examples (404)
{
"status": "404",
"timestamp": "2025-05-04T09:42:00Z",
"message": "string",
"apiSubExceptions": [
{
"field": "string",
"rejectedValue": "string",
"message": "string"
}
]
}