MCPcopy Create free account
hub / github.com/HumanSignal/label-studio / delete

Method delete

label_studio/projects/api.py:400–401  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

398
399 @api_webhook_for_delete(WebhookAction.PROJECT_DELETED)
400 def delete(self, request, *args, **kwargs):
401 return super(ProjectAPI, self).delete(request, *args, **kwargs)
402
403 @api_webhook(WebhookAction.PROJECT_UPDATED)
404 def patch(self, request, *args, **kwargs):

Callers 4

perform_destroyMethod · 0.45
delete_predictionsMethod · 0.45
forward_migrationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected