Skip to main content
Glama
createDeleteV1WebhookSubscription.ts938 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import type { DeleteV1WebhookSubscriptionHeaderParams, DeleteV1WebhookSubscriptionMutationResponse } from '../types/DeleteV1WebhookSubscription.ts' import { faker } from '@faker-js/faker' export function createDeleteV1WebhookSubscriptionHeaderParams( data?: Partial<DeleteV1WebhookSubscriptionHeaderParams>, ): DeleteV1WebhookSubscriptionHeaderParams { return { ...{ 'api-key': faker.string.uuid() }, ...(data || {}), } } /** * @description The webhook subscription was successfully deleted */ export function createDeleteV1WebhookSubscription200() { return undefined } export function createDeleteV1WebhookSubscriptionMutationResponse( data?: Partial<DeleteV1WebhookSubscriptionMutationResponse>, ): DeleteV1WebhookSubscriptionMutationResponse { return data || faker.helpers.arrayElement<any>([createDeleteV1WebhookSubscription200()]) }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server