Hooks
Delete Hook
Delete a hook and all its execution history
DELETE
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a hook and all its execution history
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
}
}
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
}
}
