certificate.delete

Delete certificate of id.

If the certificate is an ACME based certificate, certificate service will try to revoke the certificate by updating it’s status with the ACME server, if it fails an exception is raised and the certificate is not deleted from the system. However, if force is set to True, certificate is deleted from the system even if some error occurred while revoking the certificate with the ACME Server

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer
Parameter 2: force

force

Type: boolean Default: false

Result

Type: boolean


Required roles: CERTIFICATE_WRITE