videosphere
    Preparing search index...
    • Handles DELETE requests for this route.

      Parameters

      • req: NextRequest

        The incoming request object.

      • props: { params: Promise<{ id: string }> }

        Component props.

      Returns Promise<NextResponse<ApiError> | NextResponse<{ data: any; message: string }>>

      A response describing the request result.