Storage: Revisions: RemoveRevision
RemoveRevision
Remove a certain revision for a file
Authentication Methods
- With a username and password
| Input Parameter | Type | Description |
|---|---|---|
| Token | String | Security token |
| FileserverName* | String | FileserverName name (NMSA) |
| Path* | String | Path of the file |
| VersionID* | String | VersionID |
| Output Parameter | Type | Description |
|---|---|---|
| Success | Status | Returns status code |
EXAMPLES
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=RemoveRevision&FileserverName=nmsa000002&VersionID=1266481211.337534&Path=%2folder%2F'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>