MCPcopy Create free account
hub / github.com/adisreyaj/compito / remove

Method remove

apps/api/src/app/project/project.controller.ts:65–67  ·  view source on GitHub ↗
(@Param('id') id: string, @Req() req: RequestWithUser)

Source from the content-addressed store, hash-verified

63 @Permissions(PERMISSIONS.project.delete)
64 @Delete(':id')
65 remove(@Param('id') id: string, @Req() req: RequestWithUser) {
66 return this.projectService.remove(id, req.user);
67 }
68}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected