videosphere
    Preparing search index...
    • Deletes the owner's translation channel, credentials, and public slug.

      Parameters

      • req: NextRequest

        Incoming request.

      Returns Promise<
          | NextResponse<{ error: string; message: string; statusCode: number }>
          | NextResponse<{ deleted: boolean; channelId: string }>,
      >

      Confirmation payload when deleted.