DELETE /staged_config/certificates/end_certificates/{id} DEPRECATED
Marks the certificate for deletion, but doesn't immediately remove it. After this request, the value of the certificate's Status field is change to DELETE_PENDING. To remove the certificate from the console and managed hosts, you must deploy the change after invoking this API. You must have System Administrator or Security Administrator permissions to use this endpoint.
| MIME Type |
|---|
text/plain |
| Parameter | Type | Optionality | Data Type | MIME Type | Description |
|---|---|---|---|---|---|
id |
path |
Required |
Number (Integer) |
text/plain |
The ID of the certificate to delete. |
| HTTP Response Code | Unique Code | Description |
|---|---|---|
204 |
Successful deletion request. |
|
404 |
1002 |
No certificate resource exists with this ID. |
500 |
1020 |
null |
Response Description
Empty response with 204 successful response code.
Response Sample