English
cURL
curl --request POST \ --url https://api.brightdata.com/datasets/v3/snapshot/{snapshot_id}/cancel \ --header 'Authorization: Bearer <token>'
"OK"
Cancel the running collection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID that was returned when the collection was triggered
"s_m4x7enmven8djfqak"
OK
The response is of type string.
string
Was this page helpful?