Delete a webhook subscription
Authorization
apiKey Authorization<token>
API key as Bearer token: Authorization: Bearer
In: header
Path Parameters
subscriptionId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://terac.com/api/external/v2/hooks/subscriptions/string"{
"id": "string",
"deleted": true
}{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}Confirm a webhook subscription POST
Terac POSTs one signed webhook.ping to target_url. Answer 2xx and the subscription starts receiving events. This is also the way to test a receiver end to end, since it exercises the real signature headers.
Read a subscription's signing secret GET
For recovering a secret you no longer have. Rotate instead if you believe it leaked, since reading it does not invalidate anything.