Delete File
In this example we will delete a file stored on the Kelvin Platform and receive the confirmation.
You can only delete one file at a time. You need to use the id of the file which will be a UUID number. You can not use the filename.
The delete is permanent and not recoverable.
| API cURL Example | |
|---|---|
1 2 3 4 5 | |
The response code will be 200 or an error code from 4XX.
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 | |
You will see the output like this;
| API Client (Python) Example Response | |
|---|---|
1 | |