Delete secret file
render_delete_secret_fileDelete a secret file from a specific service by providing the file name and service ID. Only affects direct service secret files, not those in linked environment groups.
Instructions
Delete secret file. Delete a particular secret file from a particular service. This only applies to secret files set directly on the service, not to secret files in a linked environment group. Calls DELETE /services/{serviceId}/secret-files/{envVarKey} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envVarKey | Yes | The file name of the secret file | |
| serviceId | Yes | The ID of the service |