Deletes a Graph (Asset)
DELETE /graph
Deletes a Graph (Asset):
Parameters
name | in | type | required | description |
---|---|---|---|---|
asset | query | string | true | The Asset Id of the Graph |
Code Snippets
Shell + Curl
curl --request DELETE \
--url 'https://knowledge.dev.demo.catena-x.net/consumer-matchmaking/api/graph?asset=GraphAsset%3Fprovider%3DTraceability'
Responses
200
The Graph could be deleted.
400
The Graph could not be found.
500
Fatal error
(C) 2021,2024 Contributors to the Eclipse Foundation. SPDX-License-Identifier: CC-BY-4.0