Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Using TypeScript? Check out our GraphQL SDK for a fully typed client.
Deleting a webhook target stops deliveries to that endpoint and removes the target from your workspace. Existing delivery attempt history is retained until normal retention expiry.
Mutation
mutation deleteWebhookTarget($input: DeleteWebhookTargetInput!) {
  deleteWebhookTarget(input: $input) {
    error {
      message
      type
      code
      fields {
        field
        message
        type
      }
    }
  }
}
Variables
{
  "input": {
    "webhookTargetId": "wt_01HXXXXXXXXXXXXXXXXXXXXXXX"
  }
}