Skip to main content
DELETE
/
workspaces
/
{workspaceId}
/
crawler
/
jobs
/
{jobId}
Delete crawler job
curl --request DELETE \
  --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{workspaceId}/crawler/jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}
Deleting a crawler job removes the job record and its stored scraped page documents.

Overview

Use this when you want to remove a crawler job instead of keeping it in history.
Crawler jobs are immutable after submission. Delete and recreate is the supported workflow instead of update.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
jobId
string
required

Response

Successful response

success
boolean
required
message
string
required