@tpmjs/tools-resend
Delete a draft broadcast that has not been sent.
Validation error: The `id` must be a valid UUID.
Last checked: 3/1/2026, 4:29:43 AM
Test @tpmjs/tools-resend (deleteBroadcast) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-resendpnpm add @tpmjs/tools-resendyarn add @tpmjs/tools-resendbun add @tpmjs/tools-resenddeno add npm:@tpmjs/tools-resendimport { deleteBroadcast } from '@tpmjs/tools-resend';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { deleteBroadcast } from '@tpmjs/tools-resend';
const result = await generateText({
model: openai('gpt-4o'),
tools: { deleteBroadcast },
prompt: 'Your prompt here...',
});
console.log(result.text);(broadcast_id: string) => Promise<unknown>Available configuration options
broadcast_idstringThe broadcast ID to delete.
Schema extracted: 3/1/2026, 4:29:42 AM
ERROR: No README data found!
Downloads/month
110
GitHub Stars
0
Quality Score