Grafbase is a platform that accelerates the development of GraphQL APIs, offering features like edge caching, unified data access, and seamless integration with popular authentication strategies.
Tool to delete an existing API key. Use after confirming the key ID to revoke access.
Tool to delete a specific Grafbase audit log entry. Note: As of current Grafbase public documentation, there is no documented API to delete audit logs programmatically. This action will attempt a best-effort REST DELETE to `/audit-logs/{id}` and, if unsupported or not found, it will gracefully fall back to validating connectivity with the GraphQL Management API and return a structured response instead of failing.
Tool to delete an extension configuration. Use after confirming the extension_id to remove the extension.
Tool to delete a Grafbase MCP server configuration by its unique ID. Use after confirming the server ID to remove an existing MCP server.
Tool to delete a Grafbase schema. Use when you need to remove a specific schema from the registry after confirming its ID.
Tool to delete a Grafbase schema check. Use when you need to remove a specific schema check by its ID after reviewing the registry.