Delete Background Image from Excel Workbook using Aspose.Cells Cloud API

This REST API deletes the background image of an Excel workbook.

DeleteWorkbookBackground API

DELETE https://api.aspose.cloud/v3.0/cells/{name}/background

Security and Authentication

The Aspose.Cells Cloud APIs are secure and require JWT token-based authentication.

Query Parameters

Parameter Name Type Description Required
folder string Folder that contains the original workbook. No
storageName string Name of the storage service to use. No

Response

{
    "Status" : "OK",
    "Code" : 200
}

HTTP Status Codes

Code Meaning Description
200 OK Filter applied successfully; response contains operation details.
400 Bad Request Missing or invalid parameters (e.g., unsupported file type).
401 Unauthorized Invalid or missing JWT token.
413 Payload Too Large Uploaded file exceeds size limit.
500 Internal Server Error Unexpected server error.

How to Use the DeleteWorkbookBackground API with SDKs

DeleteWorkbookBackground API Specification

The OpenAPI Specification defines a publicly accessible programming interface that lets you perform REST interactions directly from a web browser.

You can use the cURL command‑line tool to access Aspose.Cells web services easily. The following example shows a complete DELETE request with the required authentication header; no request body is needed.

Use Aspose.Cells Cloud SDKs

Using an SDK is the best way to speed up development. An SDK handles low‑level details so you can focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to call Aspose.Cells web services using various SDKs: