DELETE repository/certificates/{certificateId}
Deletes a Certificate.
Remarks
C4M Error Code returned:
- null - Certificate has been deleted successfully. 
- CertificateNotFound - The requested device does not exist on this environment. 
- 403 - Forbidden - The authenticated user doesn't have permission to access the resource. 
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| certificateId | Certificate identifier. | Define this parameter in the request URI. | 
Response Information
Operation result.
Response body formats
application/json, text/json
					Sample:
							
    {
  "error": null
}