X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Frouting_manager.yaml;h=7bfbfea9a5a1e4e5455c5cbc7d1f30e5221f7bcb;hb=refs%2Fchanges%2F71%2F971%2F3;hp=93c4fc9b190312d44baf6f59dd72b6ef5fac09ad;hpb=1892a705147ad415b7c43cc5bb6d8ac4262b3583;p=ric-plt%2Frtmgr.git diff --git a/api/routing_manager.yaml b/api/routing_manager.yaml index 93c4fc9..7bfbfea 100644 --- a/api/routing_manager.yaml +++ b/api/routing_manager.yaml @@ -126,6 +126,26 @@ paths: description: "Invalid data" 201: description: "Xapp Subscription data received" + delete: + tags: + - "handle" + summary: "API for deleting an xapp subscription" + description: "By performing the delete operation on xapp-subscription-handle resource, the API caller will be able to update routing manager about the deletion of an xapp's subscription" + operationId: "delete_xapp_subscription_handle" + consumes: + - "application/json" + parameters: + - in: "body" + name: "xapp-subscription-data" + description: "xApp related subscription data" + required: true + schema: + $ref: "#/definitions/xapp-subscription-data" + responses: + 204: + description: "Content not found" + 200: + description: "Xapp Subscription deleted" /handles/xapp-subscription-handle/{subscription_id}: put: tags: