curl -X DELETE https://api.stableyard.fi/v2/webhooks/wh_abc123 \
-H "Authorization: Bearer sy_secret_*"
{
"deleted": true,
"id": "wh_abc123",
"requestId": "req_abc123"
}
Delete a webhook endpoint
curl -X DELETE https://api.stableyard.fi/v2/webhooks/wh_abc123 \
-H "Authorization: Bearer sy_secret_*"
{
"deleted": true,
"id": "wh_abc123",
"requestId": "req_abc123"
}
sy_secret_*
curl -X DELETE https://api.stableyard.fi/v2/webhooks/wh_abc123 \
-H "Authorization: Bearer sy_secret_*"
{
"deleted": true,
"id": "wh_abc123",
"requestId": "req_abc123"
}