Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/mod.ts>Webhook#deleteSubscription

Typescript project to interact with v2 of the Oura Ring API
Latest
method Webhook.prototype.deleteSubscription
Re-export
import { Webhook } from "https://deno.land/x/oura_api@1.0.1/mod.ts";

Deletes a webhook subscription.

Parameters

id: string
  • Subscription id in string format.

Returns

A DeletedSubscription typed object.