Skip to main content
DELETE
/
lending-stocks
/
api
/
hooks
/
{marketId}
/
{hookId}
curl -X DELETE "https://api.trusset.org/lending-stocks/api/hooks/{marketId}/{hookId}" \
  -H "X-API-Key: trusset_your_key_here"
{
  "success": true,
  "data": {
    "deleted": true
  }
}
Permanently removes a hook and its execution log.

Path Parameters

marketId
string
required
Market ID.
hookId
string
required
Hook ID.
curl -X DELETE "https://api.trusset.org/lending-stocks/api/hooks/{marketId}/{hookId}" \
  -H "X-API-Key: trusset_your_key_here"
{
  "success": true,
  "data": {
    "deleted": true
  }
}