delete_contact
Remove a contact from SendHustle by providing its ID or email address. Pass the domain when using an email to ensure the correct contact is deleted.
Instructions
Delete a contact by id or email (DELETE /contacts/:id). Pass domain when addressing by EMAIL (picks the pool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The contact id OR email address. | |
| domain | No | Disambiguates an EMAIL id across domains (omit for a contact id). |