Naar hoofdinhoud gaan
DELETE
/
v1
/
files
/
{file_id}
Verwijder Bestand
curl --request DELETE \
  --url https://api.olostep.com/v1/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisaties

Authorization
string
header
vereist

Bearer authenticatie header in de vorm Bearer , waarbij jouw auth token is.

Padparameters

file_id
string
vereist

Unieke identificatie voor het bestand om te verwijderen.

Respons

Bestand succesvol verwijderd.

id
string

Bestand ID

object
string

Het soort object. "file" voor deze endpoint.

deleted
boolean

Geeft aan dat het bestand succesvol is verwijderd.