Deactivate domain locking
less than a minute
PUT
Use this endpoint to deactivate domain locking for a given domain.https://www.digicert.com/services/v2/domain/{{domain_id}}/deactivate-domain-locking
Example requests and responses
cURL
curl -X PUT \
'https://www.digicert.com/services/v2/domain/{{domain_id}}/deactivate-domain-locking' \
-H 'Content-Type: application/json' \
-H 'X-DC-DEVKEY: {{api_key}}'
204 No Content
// No content
Path parameters
| Name | Req/Opt | Description |
|---|---|---|
| domain_id | required | Domain ID. |
Was this page helpful?
Provide feedback