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
}

Authorizations

apikey
string
header
required

Path Parameters

file_id
string
required

Response

File successfully deleted.

r
boolean
required