Anaplan icon

Anaplan

Anaplan API actions: Export, Import, Lists, Files, Module updates, Single Cell, etc.

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

  1. Deleting a read request to free up resources after data extraction is complete.
  2. 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

Discussion