cURL
curl --request PATCH \ --url https://app.datafold.com/api/v1/datadiffs/{datadiff_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "archived": true, "purged": true } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Use the 'Authorization' header with the format 'Key '
Successful Response