Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation deletes a contact from the Dendreo system using the contact's ID. It is useful in scenarios where you need to remove outdated or incorrect contact information from your database. For example, if a contact is no longer relevant or was added by mistake, this operation allows you to delete that contact efficiently.

Use Case Examples

  1. Deleting a contact by selecting it from a list of contacts.
  2. Deleting a contact by specifying the contact ID directly.

Properties

Name Meaning
Contact The contact to delete, specified either by selecting from a list or by providing the contact ID.
Record ID The ID of the record to delete, used in some operations but hidden for contacts in this context.

Output

JSON

  • json - The response from the Dendreo API after attempting to delete the contact, typically confirming deletion or providing error details.

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Ensure the contact ID is provided and is a valid number; otherwise, the operation will fail.
  • Authentication errors may occur if the API key is invalid or lacks necessary permissions; verify API credentials.
  • A 404 error indicates the contact was not found or the endpoint does not exist; check the contact ID and resource path.
  • A 403 error means permission is denied; ensure the API key has delete permissions for contacts.

Discussion