cURL
curl --request DELETE \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/compare/data_frames/{compare_id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "status_message": "<string>", "oxen_version": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Namespace of the repository
Name of the repository
The unique ID of the comparison session to delete
Data frame diff deleted successfully