Delete a webhook endpoint
cURL
curl --request DELETE \ --url https://api.dex.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)
DTO.ENDPOINT.SUCCESS
true
Was this page helpful?