secrets
Delete a Secret.
Delete an existing Secret by name. This action is irreversible and will remove the Secret from all Devboxes.
post/v1/secrets/{name}/delete
Path parameters
namestring required
The name of the Secret to delete.
Request body
EmptyRecord required
Response
Secret deleted successfully. Returns the deleted Secret (without value for security).