Delete a webhook endpoint
cURL
curl --request DELETE \ --url https://api.chainstream.io/v2/webhook/endpoint/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Endpoint ID
Successful response
Boolean result for endpoint operations (delete, rotate secret)
Operation success status
true
Was this page helpful?