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 }'
"<any>"
Use the 'Authorization' header with the format 'Key <api-key>'
Successful Response
The response is of type any.
any