Deactivate container

PUT https://www.digicert.com/services/v2/container/{{container_id}}/deactivate
Use this endpoint to deactivate a container.

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

NameReq/OptTypeDescription
container_idrequiredstringID of container (division) to deactivate.