> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genuka.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a product

> Permanently delete a product from the catalog. This action removes it from all sales channels.



## OpenAPI

````yaml DELETE /2023-11/admin/products/01k746f3cqa2wd5w33w9c879cx
openapi: 3.0.3
info:
  title: Genuka V2 - API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api-staging.genuka.com
  - url: https://api.genuka.com
security:
  - bearerAuth: []
tags:
  - name: Public Routes
  - name: Pages
  - name: Collections
  - name: Shops
  - name: Products
  - name: Articles
  - name: Discounts
  - name: Blogs
  - name: Company
  - name: Review
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Private Routes
  - name: Authentication
  - name: Apps
  - name: Accounting
  - name: Addresses
  - name: Customer
  - name: Analytics
  - name: Articles1
  - name: Availabilities
  - name: API Keys
  - name: Orders
  - name: Bills
  - name: Blogs1
  - name: Calendar Events
  - name: Collections1
  - name: Company1
  - name: Customers
  - name: Deliveries
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Discount
  - name: Domains
    description: |-
      ``` json
      {
      "domain": "",
      "company_id": ""
      }

       ```
  - name: Analytics1
  - name: Orders1
  - name: Payments
  - name: Pages1
  - name: Production
  - name: Bill of Materials
  - name: Payments1
  - name: Payments Methods
  - name: Workflows
  - name: New Folder
  - name: Wallet
  - name: Marketing
  - name: Campaigns
  - name: Templates
  - name: Products1
  - name: Product Variants
  - name: Analytics12
  - name: Services
    description: >-
      Services are "Products" that have a duration in minutes, a buffer time and
      a list of users able to provide the service.
  - name: SupplierProducts
  - name: Shops1
    description: >-
      Shops are sort of subsidiary of companies. A Company can have many Shops.
      Each shop can have 0 or more .  
        
      But all of them are properties of a Company.
  - name: Warehouses
    description: >-
      Warehouses are places where stocks are placed.


      Shop which are physical or virtual point of sales can be attached to one
      or many warehouses to take their products.
  - name: Stocks
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Review1
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: ReviewCriterion
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: StockMovements
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Suppliers
  - name: Treasury Accounts
    description: Comptes de trésorerie
  - name: Users
  - name: Wrapped
  - name: Returns
  - name: Webhooks
  - name: Customer Routes
  - name: Authentication1
  - name: Addresses1
  - name: Orders12
  - name: Payments12
  - name: Review12
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Developer Routes
  - name: Authentication12
  - name: Apps1
  - name: Apps Shortcut
  - name: Products12
    description: Developer can access a company product through its app
paths:
  /2023-11/admin/products/01k746f3cqa2wd5w33w9c879cx:
    delete:
      tags:
        - Private Routes
        - Products1
      summary: Delete
      description: Delete
      operationId: delete10
      parameters:
        - name: x-company
          in: header
          schema:
            type: string
            example: '{{companyId}}'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                content:
                  type: string
                  example: body_html
                handle:
                  type: string
                  example: handle-herzcde
                metadata:
                  type: object
                  properties:
                    shopifyId:
                      type: string
                      example: id
                title:
                  type: string
                  example: Title
            examples:
              Delete:
                value:
                  content: body_html
                  handle: handle-herzcde
                  metadata:
                    shopifyId: id
                  title: Title
      responses:
        '200':
          description: 200 OK
          headers:
            Cache-Control:
              schema:
                type: string
                example: no-cache, private
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 09 Oct 2025 13:12:34 GMT
            Server:
              schema:
                type: string
                example: nginx/1.18.0 (Ubuntu)
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            X-RateLimit-Limit:
              schema:
                type: string
                example: '6000'
            X-RateLimit-Remaining:
              schema:
                type: string
                example: '5998'
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Product deleted successfully
              examples:
                200 OK:
                  value:
                    message: Product deleted successfully
        '404':
          description: 404 Not found
          headers:
            Cache-Control:
              schema:
                type: string
                example: no-cache, private
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 09 Oct 2025 13:12:10 GMT
            Server:
              schema:
                type: string
                example: nginx/1.18.0 (Ubuntu)
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            X-RateLimit-Limit:
              schema:
                type: string
                example: '6000'
            X-RateLimit-Remaining:
              schema:
                type: string
                example: '5999'
          content:
            application/json:
              schema:
                type: object
                properties:
                  exception:
                    type: string
                    example: >-
                      Symfony\Component\HttpKernel\Exception\NotFoundHttpException
                  file:
                    type: string
                    example: >-
                      /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
                  line:
                    type: number
                    example: 669
                  message:
                    type: string
                    example: >-
                      No query results for model [App\Models\Product]
                      01k33dfb1k8s0z4xhf87c07nn
                  trace:
                    type: array
                    items:
                      type: object
                      properties:
                        class:
                          type: string
                          example: Illuminate\Foundation\Exceptions\Handler
                        file:
                          type: string
                          example: >-
                            /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
                        function:
                          type: string
                          example: prepareException
                        line:
                          type: number
                          example: 617
                        type:
                          type: string
                          example: '->'
                    example:
                      - class: Illuminate\Foundation\Exceptions\Handler
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
                        function: prepareException
                        line: 617
                        type: '->'
                      - class: Illuminate\Foundation\Exceptions\Handler
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                        function: render
                        line: 51
                        type: '->'
                      - class: Illuminate\Routing\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handleException
                        line: 224
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 166
                        type: '->'
                      - class: Illuminate\Routing\Middleware\ThrottleRequests
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php
                        function: handleRequest
                        line: 129
                        type: '->'
                      - class: Illuminate\Routing\Middleware\ThrottleRequests
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php
                        function: handleRequestUsingNamedLimiter
                        line: 90
                        type: '->'
                      - class: Illuminate\Routing\Middleware\ThrottleRequests
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 63
                        type: '->'
                      - class: Illuminate\Auth\Middleware\Authenticate
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/app/Http/Middleware/RequestTimingMiddleware.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 42
                        type: '->'
                      - class: App\Http\Middleware\RequestTimingMiddleware
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 137
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: then
                        line: 821
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: runRouteWithinStack
                        line: 800
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: runRoute
                        line: 764
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: dispatchToRoute
                        line: 753
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
                        function: dispatch
                        line: 200
                        type: '->'
                      - class: Illuminate\Foundation\Http\Kernel
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: >-
                          {closure:Illuminate\Foundation\Http\Kernel::dispatchToRouter():197}
                        line: 180
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php
                        function: >-
                          {closure:Illuminate\Pipeline\Pipeline::prepareDestination():178}
                        line: 19
                        type: '->'
                      - class: >-
                          Livewire\Features\SupportDisablingBackButtonCache\DisableBackButtonCacheMiddleware
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 21
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\TransformsRequest
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php
                        function: handle
                        line: 31
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 21
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\TransformsRequest
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php
                        function: handle
                        line: 51
                        type: '->'
                      - class: Illuminate\Foundation\Http\Middleware\TrimStrings
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 27
                        type: '->'
                      - class: Illuminate\Http\Middleware\ValidatePostSize
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 109
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 61
                        type: '->'
                      - class: Illuminate\Http\Middleware\HandleCors
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 58
                        type: '->'
                      - class: Illuminate\Http\Middleware\TrustProxies
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 137
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
                        function: then
                        line: 175
                        type: '->'
                      - class: Illuminate\Foundation\Http\Kernel
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
                        function: sendRequestThroughRouter
                        line: 144
                        type: '->'
                      - class: Illuminate\Foundation\Http\Kernel
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/public/index.php
                        function: handle
                        line: 51
                        type: '->'
                      - file: >-
                          /home/rushclin/.config/composer/vendor/genesisweb/valet-linux-plus/server.php
                        function: require_once
                        line: 106
              examples:
                404 Not found:
                  value:
                    exception: >-
                      Symfony\Component\HttpKernel\Exception\NotFoundHttpException
                    file: >-
                      /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
                    line: 669
                    message: >-
                      No query results for model [App\Models\Product]
                      01k33dfb1k8s0z4xhf87c07nn
                    trace:
                      - class: Illuminate\Foundation\Exceptions\Handler
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
                        function: prepareException
                        line: 617
                        type: '->'
                      - class: Illuminate\Foundation\Exceptions\Handler
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                        function: render
                        line: 51
                        type: '->'
                      - class: Illuminate\Routing\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handleException
                        line: 224
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 166
                        type: '->'
                      - class: Illuminate\Routing\Middleware\ThrottleRequests
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php
                        function: handleRequest
                        line: 129
                        type: '->'
                      - class: Illuminate\Routing\Middleware\ThrottleRequests
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php
                        function: handleRequestUsingNamedLimiter
                        line: 90
                        type: '->'
                      - class: Illuminate\Routing\Middleware\ThrottleRequests
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 63
                        type: '->'
                      - class: Illuminate\Auth\Middleware\Authenticate
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/app/Http/Middleware/RequestTimingMiddleware.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 42
                        type: '->'
                      - class: App\Http\Middleware\RequestTimingMiddleware
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 137
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: then
                        line: 821
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: runRouteWithinStack
                        line: 800
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: runRoute
                        line: 764
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Routing/Router.php
                        function: dispatchToRoute
                        line: 753
                        type: '->'
                      - class: Illuminate\Routing\Router
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
                        function: dispatch
                        line: 200
                        type: '->'
                      - class: Illuminate\Foundation\Http\Kernel
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: >-
                          {closure:Illuminate\Foundation\Http\Kernel::dispatchToRouter():197}
                        line: 180
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php
                        function: >-
                          {closure:Illuminate\Pipeline\Pipeline::prepareDestination():178}
                        line: 19
                        type: '->'
                      - class: >-
                          Livewire\Features\SupportDisablingBackButtonCache\DisableBackButtonCacheMiddleware
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 21
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\TransformsRequest
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php
                        function: handle
                        line: 31
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 21
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\TransformsRequest
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php
                        function: handle
                        line: 51
                        type: '->'
                      - class: Illuminate\Foundation\Http\Middleware\TrimStrings
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 27
                        type: '->'
                      - class: Illuminate\Http\Middleware\ValidatePostSize
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 109
                        type: '->'
                      - class: >-
                          Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 61
                        type: '->'
                      - class: Illuminate\Http\Middleware\HandleCors
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 58
                        type: '->'
                      - class: Illuminate\Http\Middleware\TrustProxies
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: handle
                        line: 219
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        function: >-
                          {closure:{closure:Illuminate\Pipeline\Pipeline::carry():194}:195}
                        line: 137
                        type: '->'
                      - class: Illuminate\Pipeline\Pipeline
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
                        function: then
                        line: 175
                        type: '->'
                      - class: Illuminate\Foundation\Http\Kernel
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
                        function: sendRequestThroughRouter
                        line: 144
                        type: '->'
                      - class: Illuminate\Foundation\Http\Kernel
                        file: >-
                          /home/rushclin/Documents/workspaces/genuka/genuka-api/public/index.php
                        function: handle
                        line: 51
                        type: '->'
                      - file: >-
                          /home/rushclin/.config/composer/vendor/genesisweb/valet-linux-plus/server.php
                        function: require_once
                        line: 106
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````