provider Single Sends DELETE
/marketing/singlesends @utdk/sendgrid
/marketing/singlesends Bulk Delete Single Sends
**This endpoint allows you to delete multiple Single Sends using an array of Single Sends IDs.**
To first retrieve all your Single Sends' IDs, you can make a GET request to the `/marketing/singlensends` endpoint.
Please note that a DELETE request is permanent, and your Single Sends will not be recoverable after deletion.
- ids query
- Single Send IDs to delete
- array
Try it
Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.deleteMarketingSinglesends()