Use the /deactivate resource to deactivate an unused, lost, or unnecessary certificate. Deactivated certificates remain valid until expiration, but cannot be renewed.
Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/deactivate
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/rest/services/deactivate
Name |
Data type |
Required |
Max Length |
Description |
---|---|---|---|---|
certSerial |
Text |
Y |
32 |
The certificate serial number. Must be 32 bytes. |
reason |
Text |
Y |
64 |
Use one of the following reasons:
|
POST https://certmanager-webservices.websecurity.symantec.com
/vswebservices/rest/services/deactivate HTTP/1.0
Content-Type: application/x-www-form-urlencoded
User-Agent: ACME Security Services
Host: certmanager-webservices.websecurity.symantec.com
Content-Length: 68
certSerial=6b671d141321a8d743ab5616051d4ec&reason=Forgotten
or lost password
The deactivate response returns a status code and message code that indicates success or failure. The following is a sample of a successful response:
HTTP/1.0 200 OK
Content-Type: text/xml
Server: Apache/2.1
Date: Mon, 8 Dec 2008 23:22:49 GMT
Content-Length: 112
Connection: Close
<Response xmlns="urn:symantec:api">
<StatusCode>0x00</StatusCode>
<Message>success</Message>
</Response>