Delete a Specific Document Property

This REST API deletes a document property from a workbook.

REST API

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

Request Parameters

Parameter Name Type Location Required Description
name string path Yes The name of the Excel workbook.
propertyName string path Yes The name of the document property to delete.
folder string query No The folder path where the workbook is stored.
storageName string query No The name of the storage service.

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out 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 how to make calls to the Cloud API with cURL.

Error Responses

HTTP Status Description Example JSON
400 Bad request – missing required parameters or invalid values. {"Code":400,"Message":"Missing required parameter 'name'."}
401 Unauthorized – invalid or absent JWT token. {"Code":401,"Message":"Invalid access token."}
404 Not found – the workbook or the specified property does not exist. {"Code":404,"Message":"Document property not found."}
500 Internal server error – an unexpected condition occurred on the server. {"Code":500,"Message":"An unexpected error has occurred."}

Cloud SDK Family

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 make calls to Aspose.Cells web services using various SDKs: