Actions25
- Export
- Get List Items
- Get Line Items
- Get Line Item Dimension IDs
- Get Module Line Item Metadata
- Get Line Item Metadata (Model)
- Get List Data
- Update Module Cells
- Get Files
- Upload File
- Reset List Index
- Delete List Items
- Initiate List Read Request
- Download List Read Request Page
- Delete List Read Request
- Import List
- Get Single Cell
- Get Line Item Dimensions
- Get List Metadata
- Add List Items
- Import
- Update List Items
- Preview List Data
- Get List Read Request Status
- Import Module
Overview
This node interacts with the Anaplan API to perform various operations related to Anaplan workspaces, models, and lists. Specifically, the 'Delete List Read Request' operation allows users to delete an existing read request for a list within a specified Anaplan model and workspace. This is useful for managing and cleaning up read requests that are no longer needed, helping maintain an organized and efficient data environment in Anaplan.
Use Case Examples
- Deleting a read request to free up resources after data extraction is complete.
- Managing read requests programmatically as part of an automated workflow to ensure only relevant requests are active.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to connect to Anaplan API, e.g., Basic Auth. |
| Workspace ID | Select the Anaplan workspace where the model and list reside. |
| Model ID | Select the Anaplan model within the chosen workspace. |
| List ID | Select the specific Anaplan list related to the read request. |
| Read Request ID | Select the existing read request to be deleted. |
| Confirm Write Operation | Boolean flag to confirm the write operation, required to proceed with deletion. |
Output
JSON
success- Indicates whether the delete operation was successful.message- Additional information or confirmation message about the delete operation.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure that the workspaceId, modelId, listId, and readRequestId are correctly selected and valid.
- Confirm that the 'Confirm Write Operation' flag is set to true to allow deletion, as this is a safety measure to prevent accidental data loss.
- Check network connectivity and API credentials if authentication errors occur.
- If the read request ID does not exist or has already been deleted, the operation will fail with an error message.
Links
- Anaplan API Documentation - Delete List Read Request - Official API documentation for deleting a list read request in Anaplan.