From 7097b49097eaffab5a7638e12ad5a47aead899e5 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 28 Apr 2025 14:14:52 +0200 Subject: [PATCH] OVPAY-1755 - Added delete of concessionmetada. --- src/openapi/fiko/fiko-crud.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index fde66cd..27dc790 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -2817,6 +2817,20 @@ paths: - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited + delete: + summary: Delete concession metadata. + description: | + Delete concession metadata. Note that concession metadata can only be deleted + if the validFrom is in the future. + tags: + - Metadata v2.2 + responses: + "200": + description: OK + security: + - default: [] + x-auth-type: Application & Application User + x-throttling-tier: Unlimited /Odata/Concession: get: summary: Find concessions.