← Back to Trust Center

Data Deletion

Workspace deletion request path

Customer-Facing Request Path

Authenticated workspace owners can request deletion through the BlazeCrawl API. The backend route is mounted at POST /v1/workspaces/{workspace_id}/delete. The request is rejected while a paid subscription is active; cancel in the Stripe Customer Portal first.

curl -X POST "https://api.blazecrawl.com/v1/workspaces/$WORKSPACE_ID/delete" \
  -H "Authorization: Bearer $BLAZECRAWL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"confirm": true}'

What Is Deleted

The deletion job removes workspace-scoped database rows, API keys, crawl/extract results, schedules, usage events, audit events, self-serve signup identity records, configured GCS objects, BigQuery usage records when configured, and customer-managed vector-store entries.

Status

curl "https://api.blazecrawl.com/v1/workspaces/$WORKSPACE_ID/delete/$JOB_ID" \
  -H "Authorization: Bearer $BLAZECRAWL_API_KEY"

For help, contact privacy@blazecrawl.dev.