UnsubscribeRequest
data class UnsubscribeRequest(val uri: String, val _meta: JsonObject = EmptyJsonObject) : ClientRequest, WithMeta(source)
Sent from the client to request cancellation of resources/updated notifications from the server. This should follow a previous resources/subscribe request.