blob: 194ca3e079395d4a3e9c376e2721850b63b331a2 [file] [log] [blame]
rajesh.kumar897686f2022-12-14 08:13:29 +00001# ============LICENSE_START=======================================================
2# Copyright (C) 2022 TechMahindra Ltd.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16# SPDX-License-Identifier: Apache-2.0
17# ============LICENSE_END=========================================================
18
19listElementByDataspaceAndAnchor:
20 delete:
21 description: Delete one or all list element(s) for a given anchor and dataspace
22 deprecated: true
23 tags:
24 - cps-data
25 summary: Delete one or all list element(s)
26 operationId: deleteListOrListElement
27 parameters:
28 - $ref: 'components.yml#/components/parameters/dataspaceNameInPath'
29 - $ref: 'components.yml#/components/parameters/anchorNameInPath'
30 - $ref: 'components.yml#/components/parameters/requiredXpathInQuery'
31 - $ref: 'components.yml#/components/parameters/observedTimestampInQuery'
32 responses:
33 '204':
34 $ref: 'components.yml#/components/responses/NoContent'
35 '400':
36 $ref: 'components.yml#/components/responses/BadRequest'
37 '401':
38 $ref: 'components.yml#/components/responses/Unauthorized'
39 '403':
40 $ref: 'components.yml#/components/responses/Forbidden'
41 '500':
42 $ref: 'components.yml#/components/responses/InternalServerError'