Live on Base with Ewance

See the certificates
API ReferenceReferenceWebhooks

Delete a webhook endpoint

DELETE
/webhooks/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token in the Authorization header. Key prefix determines environment: lrn_test_ → Base Sepolia, lrn_live_ → Base mainnet.

In: header

Path Parameters

id*string
Match^whk_[A-Z0-9]{26}$

Response Body

application/json

application/json

curl -X DELETE "https://api.learncoin.me/v1/webhooks/whk_01HXYZABCDEF1234567890ABCD"
Empty
{
  "error": {
    "code": "credential_not_found",
    "message": "string",
    "request_id": "req_01HXYZABCDEF"
  }
}
{
  "error": {
    "code": "credential_not_found",
    "message": "string",
    "request_id": "req_01HXYZABCDEF"
  }
}