API explorerChangelog
Overview

Sections

Theme switcher

Delete subscription

This method deletes the webhook subscription identified by the subscriptionId parameter.

Deleting the subscription is currently an irrevocable operation. This means that you cannot reinstate the webhook subscription. This operation should only be performed if the subscription is no longer needed. To pause or temporarily turn off webhook notifications, set the State property to either Paused or Inactive using the Update Subscription method.

Header Parameters

Authorizationstring Required

Authorization token

Content-Typestring

Type of the data being sent in the request or the data that is expected in the response. Supports application/json.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id.

subscriptionIdinteger Required

The (integer) id of the webhook subscription.

Response

204
Object
No Content
400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.

Response Attributes

Messagestring
Nullable:
True
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.

Response Attributes

Messagestring
Nullable:
True
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.

Response Attributes

Messagestring
Nullable:
True
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found.

Response Attributes

Messagestring
Nullable:
True
503
Object
The server is unable to handle your request due to a temporary condition. You must delay your request for some time before trying again. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

DELETE

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?