v10
latestOpenAPI 3.1.02026-08-0452108384.4 KBWebhooks
Archive Webhook
Archive a webhook by its ID to permanently stop event delivery and remove it from the active webhook list. Archived webhooks and their event history are retained for reference but will no longer trigger notifications.
patch/v0/webhooks/{webhook_id}/archive
Path parameters
webhook_idinteger required
ID of the webhook
Example:123
ID of the webhook
Response
Successful Response
Example response
{
"url": "https://example.com/webhook",
"search_id": 123,
"description": "Webhook for new jobs",
"listening_start_time": "2024-01-01T00:00:00Z",
"trigger_once_per_company": true
}