For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
Mutation
Variables
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook target and stop all deliveries to that endpoint.
mutation deleteWebhookTarget($input: DeleteWebhookTargetInput!) {
deleteWebhookTarget(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"webhookTargetId": "wt_01HXXXXXXXXXXXXXXXXXXXXXXX"
}
}
Was this page helpful?
