> ## 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.

# Manufacturers with the models and assets attributed to each, and who to contact for support.



## OpenAPI

````yaml /api-reference/openapi.json delete /manufacturer_settings
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:
  /manufacturer_settings:
    delete:
      tags:
        - Asset configuration
      summary: >-
        Manufacturers with the models and assets attributed to each, and who to
        contact for support.
      parameters:
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.id'
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.code'
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.name'
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.website'
        - $ref: >-
            #/components/parameters/rowFilter.manufacturer_settings.support_email
        - $ref: >-
            #/components/parameters/rowFilter.manufacturer_settings.support_phone
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.is_active'
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.models'
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.assets'
        - $ref: '#/components/parameters/rowFilter.manufacturer_settings.row_version'
        - $ref: '#/components/parameters/preferReturn'
      responses:
        '204':
          description: No Content
components:
  parameters:
    rowFilter.manufacturer_settings.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.code:
      in: query
      name: code
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.name:
      in: query
      name: name
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.website:
      in: query
      name: website
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.support_email:
      in: query
      name: support_email
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.support_phone:
      in: query
      name: support_phone
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.is_active:
      in: query
      name: is_active
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.models:
      in: query
      name: models
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.assets:
      in: query
      name: assets
      required: false
      schema:
        type: string
    rowFilter.manufacturer_settings.row_version:
      in: query
      name: row_version
      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

- [Asset settings](/config/assets.md)
- [Setting up the plant](/setup/overview.md)
- [The asset register](/assets/register.md)
- [Ways to sign in](/setup/sign-in-methods.md)
- [Branding](/setup/branding.md)
