{"type":"api","title":"Delete subscription of the given subscription-id","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/84afa364-5565-3b5d-b6b7-c01d348b0abb","info":{"title":"Connectionless Subscription APIs - Deprecated","description":"Connectionless subscription APIs exposed by Notification service.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"1.0.0"},"tags":[{"name":"Connectionless Subscriptions","description":"Points to note: \nThe actual response will,\n- Have namespace prefixed in the attribute name\n- Not have attributes whose values are null\n- Have the attribute names \"-\" separated in some cases\n- Have additional section with firstIndex and lastIndex attributes"}],"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/Notification/cnctnless-deprecated-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server_ip}:30603/restconf/data/v1","description":"Generated server url"}]},"spec":{"tags":["Connectionless Subscriptions"],"deprecated":true,"summary":"Delete subscription of the given subscription-id","operationId":"unsubscribe","parameters":[{"name":"subscriptionId","description":"Subscription id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success with response message-body","content":{"application/txt":{"schema":{"type":"string","examples":["Success"]}}}},"400":{"description":"Bad Request - Invalid request"},"401":{"description":"Unauthorized. The request has not been applied because it lacks valid authentication credentials for the target resource."},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."},"500":{"description":"Internal Server Error - operation-failed"}},"method":"delete","path":"/cisco-notifications:subscription/{subscriptionId}"}}