DeleteContactPermanently
Permanently delete a contact and all associated content to follow GDPR.
Input
| Name | Type | Description |
| Id | String | Unique identifier of the contact object to be deleted from the HubSpot. |
| String | Alternatively, you can specify the email address of the contact to be deleted. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the contact deletion was successful. Returns True if the contact was deleted. |
| ErrorCode | String | If the procedure fails, this field displays the corresponding error code. Useful for debugging and troubleshooting. |
| ErrorMessage | String | If the procedure fails, this field provides a detailed error message explaining the failure. |