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 } } }}