Delete a branch password

passwords & credentials

// what it does

Revokes a credential immediately — the kill switch when a password leaks, an employee leaves, or a rotation completes. Existing connections using it are cut off, not just new ones.

// shell

$ pscale password delete mydb main <password-id>

// gotcha

Standard rotation order: create the new password, deploy it to the app, THEN delete the old one. Delete-first means downtime while you scramble.

// resources