Skip to main content
POST
/
api
/
v1
/
datadiffs
/
{datadiff_id}
/
cancel
Cancel a running data diff
curl --request POST \
  --url https://app.datafold.com/api/v1/datadiffs/{datadiff_id}/cancel \
  --header 'Authorization: <api-key>'
{
  "id": 123,
  "status": "needs_confirmation"
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

datadiff_id
integer
required

Response

Successful Response

id
integer
required
status
enum<string>
required
Available options:
needs_confirmation,
needs_authentication,
waiting,
processing,
done,
failed,
cancelled