Delete an existing webhook endpoint
curl --request DELETE \ --url https://api.jogg.ai/v1/endpoint/{endpoint_id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success" }
Webhook endpoint ID to delete
Response code
0
Response message
"Success"