Skip to main content
DELETE
/
v1
/
estimates
/
{estimateId}
Delete estimate
curl --request DELETE \
  --url https://api.infinity.swiss/v1/estimates/{estimateId} \
  --header 'x-api-token: <api-key>'
{
  "code": "general/unauthorised"
}

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Path Parameters

estimateId
string
required

The id of the specific estimate.

Response

The estimate was deleted successfully.