Actions17
Overview
This node operation deletes a contact entity within the Marketing Master IO API under the Contacts resource. It supports deleting contacts from different categories: Contact Lists, Contact Books, and Contact Tags. This operation is useful for managing and cleaning up contact data by removing specific contacts, books, or tags based on their IDs.
Use Case Examples
- Deleting a contact from a specific contact list by providing the contact ID and selecting the 'Contact Lists' category.
- Removing a contact book by specifying the book ID under the 'Contact Books' category.
- Deleting a contact tag by providing the tag ID under the 'Contact Tags' category.
Properties
| Name | Meaning |
|---|---|
| Category | Specifies the category of the contact entity to delete, such as Contact Lists, Contact Books, or Contact Tags. |
| Contact ID | The unique identifier of the contact to delete, required when the category is Contact Lists. |
| Book ID | The unique identifier of the contact book to delete, required when the category is Contact Books. |
| Tag ID | The unique identifier of the contact tag to delete, required when the category is Contact Tags. |
Output
JSON
success- Indicates whether the delete operation was successful.message- Additional information or confirmation message about the delete operation.
Dependencies
- Marketing Master IO API with appropriate API key credentials
Troubleshooting
- Ensure the correct category is selected to match the ID type provided (Contact ID, Book ID, or Tag ID).
- Verify that the ID provided exists and is valid in the Marketing Master IO system to avoid errors.
- Check API authentication credentials if the node fails to connect or perform the delete operation.
- Common error messages may include 'Contact not found' or 'Invalid ID' which indicate the provided ID does not exist or is incorrect.