{ "anchor": "remove_secret", "name": "remove_secret", "category": "Event", "description": "Removes a secret from an event.", "arguments": [ { "name": "key", "description": "The name of the secret to remove.", "required": true, "type": [ "string" ] } ], "return": { "types": [ "null" ] }, "examples": [ { "title": "Remove the datadog api key", "source": "remove_secret(\"datadog_api_key\")", "return": null } ], "pure": true }