MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / destroy

Method destroy

api/integrations/github/views.py:136–138  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

134
135 @github_api_call_error_handler(error="Failed to delete GitHub Installation.")
136 def destroy(self, request, *args, **kwargs): # type: ignore[no-untyped-def]
137 delete_github_installation(self.get_object().installation_id)
138 return super().destroy(request, *args, **kwargs)
139
140
141class GithubRepositoryViewSet(viewsets.ModelViewSet): # type: ignore[type-arg]

Callers

nothing calls this directly

Calls 2

get_objectMethod · 0.45

Tested by

no test coverage detected