Your LinkedCamp API token.
Path Parameters
The ID of the webhook to delete.
Response
Whether the request was successful.
A human-readable result message.
curl -X DELETE https://api.linkedcamp.com/webhooks/60f7a1b2c3d4e5f6a7b8c9d0 \
-H "token: YOUR_API_TOKEN"
{
"success": true,
"message": "Webhook deleted successfully!"
}