删除 Webhook 端点
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>
端点 ID
成功响应
Boolean result for endpoint operations (delete, rotate secret)
DTO.ENDPOINT.SUCCESS
true
此页面对您有帮助吗?