DELETE /service/api/notifications/subscriptions/{subscriptionId}

Unsubscribes from a specific subscription.

Unsubscribing from a subscription means that no more notifications will be made available under this specific subscription.

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
subscriptionId

The identifier of the subscription to unsubscribe from.

string

Required

URI Sample(s)

DELETE
https://unityapi.webrootcloudav.com/service/api/notifications/subscriptions/f08809b9-0096-41c1-8f10-cac13deca514

Body Parameters

None.

Response Information

Resource Description

None. If successful, this API action does not return any data and the response status code will be 204 (No Content).