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
Successful operation
The response is of type object.
object