Delete a secret
The unique identifier of the secret to delete
void
401 - Not authenticated
404 - Secret not found
import { deleteSecret } from "@cpod/sdk";await deleteSecret("secret-123"); Copy
import { deleteSecret } from "@cpod/sdk";await deleteSecret("secret-123");
Delete a secret