Secret Lifecycle
Delete a Secret.
Delete an existing Secret by name. This action is irreversible and will remove the Secret from all Devboxes.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The name of the Secret to delete.
Body
application/json · object
Response
200
application/json
Secret deleted successfully. Returns the deleted Secret (without value for security).
A Secret represents a key-value pair that can be securely stored and used in Devboxes as environment variables.