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

# The printers a run can be sent to, and what each of them can do.



## OpenAPI

````yaml /api-reference/openapi.json delete /label_printers
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /label_printers:
    delete:
      tags:
        - Labels
      summary: The printers a run can be sent to, and what each of them can do.
      parameters:
        - $ref: '#/components/parameters/rowFilter.label_printers.id'
        - $ref: '#/components/parameters/rowFilter.label_printers.code'
        - $ref: '#/components/parameters/rowFilter.label_printers.name'
        - $ref: '#/components/parameters/rowFilter.label_printers.location_note'
        - $ref: '#/components/parameters/rowFilter.label_printers.printer_language'
        - $ref: '#/components/parameters/rowFilter.label_printers.dpi'
        - $ref: '#/components/parameters/rowFilter.label_printers.max_width_mm'
        - $ref: '#/components/parameters/rowFilter.label_printers.supports_rfid'
        - $ref: '#/components/parameters/rowFilter.label_printers.endpoint_url'
        - $ref: >-
            #/components/parameters/rowFilter.label_printers.can_receive_directly
        - $ref: '#/components/parameters/rowFilter.label_printers.is_default'
        - $ref: '#/components/parameters/rowFilter.label_printers.is_active'
        - $ref: '#/components/parameters/preferReturn'
      responses:
        '204':
          description: No Content
components:
  parameters:
    rowFilter.label_printers.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.label_printers.code:
      in: query
      name: code
      required: false
      schema:
        type: string
    rowFilter.label_printers.name:
      in: query
      name: name
      required: false
      schema:
        type: string
    rowFilter.label_printers.location_note:
      in: query
      name: location_note
      required: false
      schema:
        type: string
    rowFilter.label_printers.printer_language:
      in: query
      name: printer_language
      required: false
      schema:
        type: string
    rowFilter.label_printers.dpi:
      in: query
      name: dpi
      required: false
      schema:
        type: string
    rowFilter.label_printers.max_width_mm:
      in: query
      name: max_width_mm
      required: false
      schema:
        type: string
    rowFilter.label_printers.supports_rfid:
      in: query
      name: supports_rfid
      required: false
      schema:
        type: string
    rowFilter.label_printers.endpoint_url:
      in: query
      name: endpoint_url
      required: false
      schema:
        type: string
    rowFilter.label_printers.can_receive_directly:
      in: query
      name: can_receive_directly
      required: false
      schema:
        type: string
    rowFilter.label_printers.is_default:
      in: query
      name: is_default
      required: false
      schema:
        type: string
    rowFilter.label_printers.is_active:
      in: query
      name: is_active
      required: false
      schema:
        type: string
    preferReturn:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - return=representation
          - return=minimal
          - return=none
        type: string

````

## Related topics

- [Labels](/config/labels.md)
- [Inside a vendor](/commercial/vendor-detail.md)
- [Statuses and transitions](/config/statuses.md)
- [Building a maintenance plan](/maintenance/plan-builder.md)
- [People and access](/setup/access.md)
