Skip to main content
DELETE
/
file
/
{file_id}
cURL
curl -X DELETE "https://api.smooth.sh/api/v1/file/YOUR_FILE_ID" \
     -H "apikey: YOUR_API_KEY"
{
  "r": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.smooth.sh/llms.txt

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

Authorizations

apikey
string
header
required

Path Parameters

file_id
string
required

Response

File successfully deleted.

r
boolean
required