Delete Estimate

Deletes a estimate.

DELETEhttps://api.tracksales.co/v1/estimates/{uuid}

Required scope: estimates:delete

Request URL: https://api.tracksales.co/v1/estimates/{uuid}

Path Params

uuidstringrequired

Estimate UUID

Responses

200OK

Estimate deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Estimate was not found.