Saltar al contenido principal

Delete document snapshot

DELETE 

/api/collections/:collectionIdOrPersonalIdentityName/documents/:documentId/snapshots/:snapshotId

Trains the specific snapshot of the document based on its id or collection name, document id, and snapshot id. You need to be a Contributor to call this api.

Request

Path Parameters

    collectionIdOrPersonalIdentityName stringrequired
    documentId uuidrequired
    snapshotId uuidrequired

Responses

Success

Loading...