webhooks
Delete webhook
Permanently delete a webhook configuration.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
idstring
Webhook ID to delete
Response Body
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/webhooks/settings?id=string"{
"success": true
}Empty
{
"error": "Unauthorized"
}Update webhook PUT
Update an existing webhook configuration. All fields except _id are optional; only provided fields will be updated. Webhooks are automatically disabled after 10 consecutive delivery failures.
Send test webhook POST
Send a test webhook to verify your endpoint is configured correctly. The test payload includes event: "webhook.test" to distinguish it from real events.