github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/paths/key_links/destroy.yaml (about)

     1  ---
     2  summary: Unlink a child key from a parent key
     3  description: Unlinks a single child key from a given parent key.
     4  operationId: key_links/destroy
     5  tags:
     6  - Linked Keys
     7  parameters:
     8  - "$ref": "../../parameters.yaml#/X-PhraseApp-OTP"
     9  - "$ref": "../../parameters.yaml#/project_id"
    10  - "$ref": "../../parameters.yaml#/key_id_as_id"
    11  - in: path
    12    name: child_key_id
    13    required: true
    14    description: The ID of the child key to unlink.
    15    schema:
    16      type: string
    17  
    18  responses:
    19    '200':
    20      description: OK
    21    '422':
    22      "$ref": "../../responses.yaml#/422"