Values.DeleteWorkspaceApiKeyRequestSourceDeletes a Grafana API key for the workspace. In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.
type nonrec t = {keyName : ApiKeyName.t;The name of the API key to delete.
*)workspaceId : WorkspaceId.t;The ID of the workspace to delete.
*)}