CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to remove a standard template from a tenant. It is useful in scenarios where an organization needs to manage and update tenant configurations by removing outdated or unnecessary standard templates. For example, an IT administrator can automate the removal of specific templates from multiple tenants to maintain compliance or streamline tenant settings.

Use Case Examples

  1. Remove a specific standard template from a tenant by providing the template ID.
  2. Automate tenant configuration cleanup by batch removing multiple standard templates.

Properties

Name Meaning
Template ID The ID of the template to be removed from the tenant.
Request Options Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • success - Indicates whether the template removal operation was successful.
  • message - Additional information or status message returned from the API after the removal operation.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • Ensure the Template ID is correct and exists in the tenant; otherwise, the removal will fail.
  • If SSL certificate validation fails and the request is blocked, enable the 'Ignore SSL Issues' option to bypass validation (not recommended for production).
  • Check proxy settings if the request cannot reach the API endpoint due to network restrictions.
  • Adjust the timeout setting if the API response is slow or times out frequently.

Discussion