UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

12 lines 498 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../../../resource.mjs"; export class Relate extends APIResource { /** * Removes an event reference */ delete(eventId, params, options) { const { account_id } = params; return this._client.delete(`/accounts/${account_id}/cloudforce-one/events/relate/${eventId}`, options)._thenUnwrap((obj) => obj.result); } } //# sourceMappingURL=relate.mjs.map