Delete a worksheet validation on an Excel worksheet

This REST API deletes a worksheet validation by its index on an Excel worksheet.

REST API

DELETE http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/validations/{validationIndex}

Request parameters

Parameter Name Type Location Description
name string path The name of the Excel file.
sheetName string path The name of the worksheet.
validationIndex integer path The zero‑based index of the validation to delete.
folder string query The folder that contains the document.
storageName string query The name of the storage service.

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

You can use the cURL command‑line tool to call the Aspose.Cells web service. The example below shows how to delete a validation with cURL.

Cloud SDK Family

Using an SDK is the fastest way to integrate this operation into your application. SDKs handle low‑level details so you can focus on business logic. See the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to delete a worksheet validation using various SDKs: