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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.infinity.swiss/llms.txt

Use this file to discover all available pages before exploring further.

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.