Delete a webhook endpoint

DELETE /r/wh/1/webhook/{endpointId}

Delete a webhook endpoint

Responses

DELETE /r/wh/1/webhook/{endpointId}
curl \
 -X DELETE https://api.lsk.lightspeed.app/r/wh/1/webhook/{endpointId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
  "status": "400",
  "timestamp": "2024-05-04T09:42:00+00:00",
  "message": "string",
  "apiSubExceptions": [
    {
      "field": "string",
      "rejectedValue": "string",
      "message": "string"
    }
  ]
}
Response examples (403)
{
  "status": "403",
  "timestamp": "2024-05-04T09:42:00+00:00",
  "message": "string",
  "apiSubExceptions": [
    {
      "field": "string",
      "rejectedValue": "string",
      "message": "string"
    }
  ]
}
Response examples (404)
{
  "status": "404",
  "timestamp": "2024-05-04T09:42:00+00:00",
  "message": "string",
  "apiSubExceptions": [
    {
      "field": "string",
      "rejectedValue": "string",
      "message": "string"
    }
  ]
}