pydo.security.delete_secret()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.security.delete_secret(secret="my-database-password", region=None)Description
To request deletion of a secret, send a DELETE request to /v2/security/secrets/{secret}.
Parameters
secretstring requiredThe name of the secret.
regionstring optionalThe slug identifier for the region where the resource is available.
More Information
See /v2/security/secrets/{secret} in the API reference for additional detail on responses, headers, parameters, and more.