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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt

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

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.