cURL
curl --request DELETE \ --url https://api.olostep.com/v1/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true }
Delete a file and its associated data from storage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the file to delete.
File deleted successfully.
File ID
The kind of object. "file" for this endpoint.
Indicates the file was successfully deleted