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

# Delete organization by ID

> Updates an organization.



## OpenAPI

````yaml https://api.concord.tech/docs/json/privacy-v1/ delete /organizations/{organizationId}
openapi: 3.1.0
info:
  title: Concord Privacy API
  description: >-
    The Concord Privacy API provide full access to the Concord platform for
    registered organizations.
  version: 3.29.6
  contact:
    email: support@concord.tech
    name: Concord Technologies Inc.
    url: https://www.concord.tech
  license:
    name: Proprietary
    url: https://www.concord.tech/legal/saas-agreement
  termsOfService: https://www.concord.tech/legal/saas-agreement
servers:
  - url: https://api.concord.tech/privacy-v1
    description: Concord Privacy API
security:
  - ApiKeyAuth: []
tags:
  - name: API Keys
    description: API Key endpoints.
  - name: Consent Events
    description: Consent event endpoints.
  - name: Consent Types
    description: Consent type endpoints.
  - name: Compliance Requests
    description: Compliance request endpoints.
  - name: Data Systems
    description: Data System endpoints.
  - name: Domains
    description: Domain endpoints.
  - name: Emails
    description: Emails endpoints.
  - name: GCM Scans
    description: GCM Scan endpoints.
  - name: Health Check
    description: Health Check endpoints.
  - name: Metrics
    description: Metrics endpoints.
  - name: Permissions
    description: Permission endpoints.
  - name: Policies
    description: Policy endpoints.
  - name: Projects
    description: Project endpoints.
  - name: Languages
    description: Language endpoints.
  - name: Organizations
    description: Organization endpoints.
  - name: Regions
    description: Region template endpoints.
  - name: Sessions
    description: Session endpoints.
  - name: Trackers
    description: Tracker endpoints.
  - name: Tracker Scans
    description: Tracker Scan endpoints.
  - name: Users
    description: Users endpoints.
  - name: Subscriptions
    description: Subscription endpoints.
paths:
  /organizations/{organizationId}:
    delete:
      tags:
        - Organizations
      summary: Delete organization by ID
      description: Updates an organization.
      operationId: delete_privacy_v1_organizations_organizationid
      parameters:
        - schema:
            type: string
            format: uuid
          in: path
          name: organizationId
          required: true
      responses:
        '200':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  createdAt:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  updatedAt:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  defaultProjectId:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  billingEmails:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  billingPhoneNumber:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  billingAddress:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  subscription:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  stripe:
                    oneOf:
                      - type: array
                        items: {}
                      - type: boolean
                      - type: number
                      - type: object
                      - type: string
                  id:
                    type: string
                    format: uuid
                  name:
                    type: string
                    minLength: 2
                    maxLength: 1024
                  dateCreated:
                    type: integer
                  dateUpdated:
                    type: integer
                  primaryDomain:
                    type: string
                  slug:
                    type: string
                    maxLength: 256
                  projects:
                    type: array
                    items:
                      type: object
                      properties:
                        default:
                          oneOf:
                            - type: array
                              items: {}
                            - type: boolean
                            - type: number
                            - type: object
                            - type: string
                        contactEmail:
                          type: string
                          format: email
                        contactEmails:
                          type: array
                          items:
                            type: string
                            format: email
                        dateCreated:
                          type: integer
                        dateUpdated:
                          type: integer
                        id:
                          type: string
                          format: uuid
                        mode:
                          oneOf:
                            - type: array
                              items: {}
                            - type: boolean
                            - type: number
                            - type: object
                            - type: string
                        name:
                          type: string
                          minLength: 2
                          maxLength: 1024
                        organizationId:
                          type: string
                          format: uuid
                        organization:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            name:
                              type: string
                              minLength: 2
                              maxLength: 1024
                            slug:
                              type: string
                              maxLength: 256
                            status:
                              type: string
                          required:
                            - id
                            - name
                            - slug
                          additionalProperties: false
                        sendFromEmailId:
                          default: default
                          anyOf:
                            - enum:
                                - default
                            - type: string
                              format: uuid
                        sendFromEmail:
                          type: object
                          properties:
                            id:
                              default: default
                              anyOf:
                                - enum:
                                    - default
                                - type: string
                                  format: uuid
                            email:
                              type: string
                              format: email
                            name:
                              type: string
                          additionalProperties: false
                        settings:
                          type: object
                          properties:
                            trackers:
                              type: object
                              properties:
                                deepScan:
                                  type: boolean
                                  default: true
                                realTimeScan:
                                  type: boolean
                                  default: false
                                lastRealTimeScan:
                                  oneOf:
                                    - type: integer
                              additionalProperties: false
                          required:
                            - trackers
                          additionalProperties: false
                        slug:
                          type: string
                          maxLength: 256
                        status:
                          type: string
                          enum:
                            - active
                            - test
                            - archived
                        statusFlags:
                          type: object
                          properties:
                            isActive:
                              type: boolean
                            isTest:
                              type: boolean
                          additionalProperties: false
                        type:
                          enum:
                            - website
                      required:
                        - dateCreated
                        - dateUpdated
                        - id
                        - name
                        - organizationId
                        - settings
                        - slug
                        - statusFlags
                        - type
                      additionalProperties: false
                  status:
                    type: string
                    default: active
                    enum:
                      - active
                      - suspended
                      - disabled
                      - deleted
                  statusDate:
                    type: integer
                  statusFlags:
                    type: object
                    properties:
                      isActive:
                        type: boolean
                    additionalProperties: false
                  features:
                    anyOf:
                      - type: string
                        format: uuid
                      - type: object
                        default:
                          dataSystems:
                            licensed: 0
                            used: 0
                            available: 0
                          domains:
                            licensed: 0
                            used: 0
                            available: 0
                          policies:
                            licensed: 0
                            used: 0
                            available: 0
                          users:
                            licensed: 0
                            used: 0
                            available: 0
                        properties:
                          dataSystems:
                            type: object
                            default:
                              licensed: 0
                              used: 0
                              available: 0
                            properties:
                              licensed:
                                type: integer
                                default: 0
                                minimum: -1
                              used:
                                type: integer
                                default: 0
                                minimum: 0
                              available:
                                type: integer
                                default: 0
                                minimum: 0
                            required:
                              - licensed
                              - used
                              - available
                            additionalProperties: false
                          domains:
                            type: object
                            default:
                              licensed: 0
                              used: 0
                              available: 0
                            properties:
                              licensed:
                                type: integer
                                default: 0
                                minimum: -1
                              used:
                                type: integer
                                default: 0
                                minimum: 0
                              available:
                                type: integer
                                default: 0
                                minimum: 0
                            required:
                              - licensed
                              - used
                              - available
                            additionalProperties: false
                          users:
                            type: object
                            default:
                              licensed: 0
                              used: 0
                              available: 0
                            properties:
                              licensed:
                                type: integer
                                default: 0
                                minimum: -1
                              used:
                                type: integer
                                default: 0
                                minimum: 0
                              available:
                                type: integer
                                default: 0
                                minimum: 0
                            required:
                              - licensed
                              - used
                              - available
                            additionalProperties: false
                          policies:
                            type: object
                            default:
                              licensed: 0
                              used: 0
                              available: 0
                            properties:
                              licensed:
                                type: integer
                                default: 0
                                minimum: -1
                              used:
                                type: integer
                                default: 0
                                minimum: 0
                              available:
                                type: integer
                                default: 0
                                minimum: 0
                            required:
                              - licensed
                              - used
                              - available
                            additionalProperties: false
                        required:
                          - dataSystems
                          - domains
                          - users
                          - policies
                        additionalProperties: false
                required:
                  - name
                  - dateCreated
                  - dateUpdated
                  - primaryDomain
                  - slug
                  - statusDate
                  - statusFlags
                additionalProperties: false
        '400':
          description: Bad request response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 404
                    description: The status code of the request.
                  error:
                    type: string
                    default: Not Found
                    description: The error string for the status code.
                  message:
                    type: string
                    description: Description of the error encounted.
                required:
                  - statusCode
                  - error
                  - message
        '401':
          description: Unauthorized response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 404
                    description: The status code of the request.
                  error:
                    type: string
                    default: Not Found
                    description: The error string for the status code.
                  message:
                    type: string
                    default: Forbidden
                required:
                  - statusCode
                  - error
                  - message
        '403':
          description: Forbidden response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 403
                    description: The status code of the request.
                  error:
                    type: string
                    default: Forbidden
                  message:
                    type: string
                    default: Forbidden
                required:
                  - statusCode
                  - error
                  - message
        '404':
          description: Not found response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 404
                  error:
                    type: string
                    default: Not Found
                  message:
                    type: string
                    default: Not Found
                required:
                  - statusCode
                  - error
                  - message
        '422':
          description: Unprocessable Entity response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 422
                  error:
                    type: string
                    default: Unprocessable Entity
                  message:
                    type: string
                    description: Description of the error encounted.
                required:
                  - statusCode
                  - error
                  - message
        '500':
          description: Internal server error response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 500
                  error:
                    type: string
                    default: Internal Server Error
                  message:
                    type: string
                    default: Internal Server Error
                    description: Will always be "Internal Server Error"
                required:
                  - statusCode
                  - error
                  - message
components:
  securitySchemes:
    ApiKeyAuth:
      name: x-api-key
      type: apiKey
      in: header
      description: ''

````