curl -X DELETE "https://api.aspose.cloud/v3.0/cells/test.xlsx/encryption" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <access_token>" \
-d '{ "EncryptionType": "XOR", "KeyLength": 1280, "Password": "aspose"}'
{
"Code": "200",
"Status": "OK"
}
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 call Aspose.Cells web services using various SDKs: