Rm
Authentication Methods
- With a username and password
Input Parameter |
Type |
Description |
Token |
String |
Security token |
FileserverName |
String |
FileServer name |
Path |
String |
File or Foldername to remove |
Output Parameter |
Type |
Description |
Success |
Boolean |
True on success, False on failure |
EXAMPLES
curl 'https://storage.example.com/storage/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=rm&FileserverName=nmsa000001&Path=%2Fabc%2Fdirectorytoremove%2F'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>