curl --request DELETE \
--url https://public.watermelon.ai/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"code": 123,
"message": "<string>",
"fields": "<string>"
}curl --request DELETE \
--url https://public.watermelon.ai/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"code": 123,
"message": "<string>",
"fields": "<string>"
}