Skip to main content
DELETE
/
api
/
v1
/
files
/
{file_id}
.json
Delete File
curl --request DELETE \
  --url https://api.launchmystore.io/api/v1/files/{file_id}.json \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "File deleted successfully"
}
Not available yet. The app-scoped Files API (/api/v1/files*) is not implemented — calls will 404. read_files / write_files are reserved scopes (requestable for forward-compat) with no endpoints bound yet. The shape below is the planned contract and may change.

Path Parameters

file_id
string
required
The file ID to delete

Response

{
  "success": true,
  "message": "File deleted successfully"
}
Deleting a file will remove it from any products, collections, or pages where it’s used.