Infisical MCP Server

Official

delete-secret

Remove a specific secret from a project within the Infisical MCP Server by specifying the project ID, environment slug, and secret name.

Instructions

Delete a secret in Infisical

Input Schema

NameRequiredDescriptionDefault
environmentSlugYesThe slug of the environment to delete the secret from (required)
projectIdYesThe ID of the project to delete the secret from (required)
secretNameYesThe name of the secret to delete (required)
secretPathNoThe path of the secret to delete (Defaults to /)

Input Schema (JSON Schema)

{ "properties": { "environmentSlug": { "description": "The slug of the environment to delete the secret from (required)", "type": "string" }, "projectId": { "description": "The ID of the project to delete the secret from (required)", "type": "string" }, "secretName": { "description": "The name of the secret to delete (required)", "type": "string" }, "secretPath": { "description": "The path of the secret to delete (Defaults to /)", "type": "string" } }, "required": [ "projectId", "environmentSlug", "secretName" ], "type": "object" }

You must be authenticated.

Other Tools from Infisical MCP Server

Related Tools

ID: 09hrd7ngqm