Skip to main content
DELETE
/
comparisons
/
delete
/
{compare_id}
Delete comparison
curl --request DELETE \
  --url https://api.comparebench.com/comparisons/delete/{compare_id} \
  --cookie session=
{}
Permanently deletes a comparison. This cannot be undone. You must be the owner of the comparison — attempting to delete another user’s comparison returns 403. A successful delete returns 200 with an empty JSON object {}.

Authorizations

session
string
cookie
required

Session cookie set by POST /login/yardstick

Path Parameters

compare_id
integer
required

Response

Deleted successfully

The response is of type object.