Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes an SSL Subject Alternative Name (SAN) associated with a Configuration Item in Autotask. It is useful for managing and cleaning up SSL SAN entries linked to configuration items, such as removing outdated or incorrect SANs. For example, if a SAN is no longer valid or needed for a configuration item, this operation can remove it to maintain accurate SSL certificate information.

Properties

Name Meaning
SSL Subject Alternative Name ID The unique identifier of the SSL Subject Alternative Name to delete. This ID specifies which SAN entry will be removed from the configuration item.

Output

JSON

  • success - Indicates whether the deletion of the SSL Subject Alternative Name was successful (true or false).
  • id - The ID of the SSL Subject Alternative Name that was deleted.

Dependencies

  • Requires an authenticated connection to the Autotask REST API using an API key credential.

Troubleshooting

  • If the SSL Subject Alternative Name ID is invalid or does not exist, the node will throw an error indicating the resource was not found. Verify the ID before running the operation.
  • Authentication errors may occur if the API credentials are missing or invalid. Ensure the API key credential is correctly configured.
  • Network or API endpoint issues can cause failures. Check connectivity and Autotask API status if unexpected errors occur.

Discussion