DELETE ./fisiere/public_url
It is used to delete a public url that was generated for a file.
The url can be deleted by the user that created the url.
DELETE parameters
Name | Value Type | Validation | Details |
---|---|---|---|
fspToken | string | Required | The token from the public url. |
Validation
Error Field | Error Code | Error Message |
---|---|---|
fspToken | 101 | Invalid fspToken or access denied. |
Output example
{"result": true}