Skip to main content
DELETE
/
webhooks
/
{webhookId}
curl -X DELETE https://api.linkedcamp.com/webhooks/60f7a1b2c3d4e5f6a7b8c9d0 \
  -H "token: YOUR_API_TOKEN"
{
  "success": true,
  "message": "Webhook deleted successfully!"
}

Headers

token
string
required
Your LinkedCamp API token.

Path Parameters

webhookId
string
required
The ID of the webhook to delete.

Response

success
boolean
Whether the request was successful.
message
string
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!"
}