Void agent
POST https://caas.digicert.com/automationws/v1/agent/void
Use this endpoint to void an agent. Use this operation when the agent is duplicated or no longer in use.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
reason | optional | string | Reason for voiding the agent. |
identifiers | required | array | License keys associated with the agents. |
divisionIds | required | array | Division IDs. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Object with error details, if any. Note: Returns |
data | object | Message with information about the request. |
.. data | object | Object with details about the voided agent details. |
.. .. id | string | License key of the voided agent. |
.. .. message | string | Message with information about the request. |