Deactivate container
less than a minute
PUT
Use this endpoint to deactivate a container.https://www.digicert.com/services/v2/container/{{container_id}}/deactivate
Note
In the CertCentral console, a container is called a Division.Example requests and responses
cURL
curl -X PUT \
https://www.digicert.com/services/v2/container/{{container_id}}/deactivate \
--header 'Content-Type: application/json' \
--header 'X-DC-DEVKEY: {{api_key}}'
204 No Content
// empty
Path parameters
| Name | Req/Opt | Type | Description |
|---|---|---|---|
| container_id | required | string | ID of container (division) to deactivate. |
Was this page helpful?
Provide feedback