Zuplo
Zuplo CLI

Zuplo CLI: Mtls Certificate Delete

Deletes an mTLS certificate by ID
TerminalCode
zuplo mtls-certificates delete --cert-id <id> [options]

Examples

Delete an mTLS certificate

TerminalCode
zuplo mtls-certificates delete --cert-id cert_abc123

Explicitly specify the account and project

TerminalCode
zuplo mtls-certificates delete --cert-id cert_abc123 --account my-account --project my-project

Options

--cert-id

The ID of the certificate to delete

Type: string

--account

The account name

Type: string

--project

The project name

Type: string

Global options

The following global options are available for all commands:

Last modified on