delete
https://{subdomain}.myshoplaza.com/openapi/2025-06/file/
The Delete File API allows developers to remove a specific file from the server. This endpoint requires the unique identifier of the file to be deleted.
The Delete File API removes a specific file identified by its file_uri. It sends a DELETE request to the backend server, and upon success, the file is permanently removed from the system.
This API is especially useful for:
- Cleaning up unused or outdated files in the system.
- Ensuring secure removal of sensitive data from storage.
- Managing file lifecycle efficiently within the platform.
Request Parameters
Public Request Parameters
Path Parameters
Response Explanation
Public Response Parameters
Success Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | "Success" | Response status (e.g., "Success"). |
message | string | `` | Response message. |
data | object |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
