POST
/
datasets
/
v3
/
snapshot
/
{snapshot_id}
/
cancel
curl --request POST \
  --url https://api.brightdata.com/datasets/v3/snapshot/{snapshot_id}/cancel \
  --header 'Authorization: Bearer <token>'
"OK"

Authorizations

Authorization
string
header
required

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

Path Parameters

snapshot_id
string
required

The ID that was returned when the collection was triggered

Response

200 - text/plain
OK

The response is of type string.