{"openapi":"3.0.4","info":{"title":"Delete a notification for a given subscription.","version":"0.0.1"},"servers":[{"url":"https://fbn-prd.lusid.com/notification"}],"paths":{"/api/subscriptions/{scope}/{code}/notifications/{id}":{"delete":{"tags":["Notifications"],"summary":"Delete a notification for a given subscription.","operationId":"DeleteNotification","parameters":[{"name":"scope","in":"path","description":"The scope that identifies a subscription","required":true,"schema":{"maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9\\-_]+$","type":"string"}},{"name":"code","in":"path","description":"The code that identifies a subscription","required":true,"schema":{"maxLength":100,"minLength":1,"pattern":"^[a-zA-Z0-9\\-_]+$","type":"string"}},{"name":"id","in":"path","description":"The unique identifier of the notification","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content","content":{}},"400":{"description":"The details of the input related failure","content":{"application/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/LusidValidationProblemDetails"}}}},"404":{"description":"No notification exists in current scope","content":{"application/json":{"schema":{"type":"string"}}}},"default":{"description":"Error response","content":{"application/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/LusidProblemDetails"}}}}},"security":[{"BearerAuth":[]}],"x-fbn-apistatus":"Stable"}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer"}}}}