Delete the subscription by a subscriptionId

delete

{basePath}/notifications/subscriptions/{subscriptionId}

{basePath}/notifications/subscriptions/055a5914-ca69-7776-b076-e036fdab486f

The API is used to delete subscriptions by a subscriptionId.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

204 Response

204 No Content

400 Response

400 Bad Request
Body ()
Root Schema : NotificationsApiProblemDetails
Type: object
Problem details is used as standard model for reporting details when HTTP error status code is returned. This definition is defined by [RFC7807](https://tools.ietf.org/html/rfc7807). The content type for this response is `application/problem+json`
Show Source
  • A human-readable explanation specific to this occurrence of the problem.
    Example: The OrgShortName value is required.
  • A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
    Example: required_value_missing
  • A short, human-readable summary of the problem type.
    Example: Required value not specified.
  • A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".
    Example: error:validation
Example:
{
    "type":"error:validation",
    "title":"Required value not specified.",
    "details":"The OrgShortName value is required.",
    "instance":"required_value_missing"
}

404 Response

404 Requested resource not found
Back to Top