Delete Estimate

Deletes a estimate.

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

Required scope: estimates:delete

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.