Skip to main content
DELETE
/
apps
/
{app_id}
/
files
/
uploads
/
{file_upload_id}
Delete File Upload
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/files/uploads/{file_upload_id}
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

file_upload_id
string
required

The ID of the file upload

Response

200 - application/json

The response is of type unknown.