Javascript
import Ivy from '@getivy/node-sdk'; const client = new Ivy({ apiKey: 'My API Key', }); const subscription = await client.webhook.subscription.delete({ id: {} }); console.log(subscription.success);
{ "success": true }
Deletes a webhook subscription.
API key for authentication
Returns success if deleted, an error otherwise.
The response is of type object.
object
Was this page helpful?