Remove secret file
render_delete_env_group_secret_fileRemove a specified secret file from an environment group. Deletes the secret file by its name from the group, ensuring unwanted credentials are cleared.
Instructions
Remove secret file. Remove a particular secret file from a particular environment group. Calls DELETE /env-groups/{envGroupId}/secret-files/{envVarKey} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envVarKey | Yes | The name of the secret file | |
| envGroupId | Yes | Filter for resources that belong to an environment group |