provider Sender Verification DELETE
/verified_senders/{id} @utdk/sendgrid
/verified_senders/{id} Delete Verified Sender
**This endpoint allows you to delete a Sender Identity**.
Pass the `id` assigned to a Sender Identity to this endpoint to delete the Sender Identity from your account.
You can retrieve the IDs associated with Sender Identities using the "Get All Verified Senders" endpoint.
- id path required
- string
Try it
Authentication
Configure credentials for Email Activity (beta)
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.deleteVerifiedSendersId()