Skip to content

deleteVersion

reference
1 min readUpdated

Kind: API Endpoint

Source: atloria-monorepo/apps/api/src/document/document.controller.ts

Delete a named version

Endpoint

DELETE /documents/:id/versions/:versionId

ParameterInTypeRequiredDescription
idpathstringDocument ID
versionIdpathstringVersion ID (UUID, not version number)

Referenced By

  • DocumentController (MODULE_DECLARES)

Was this page helpful?

Download as PDF