Search K
Appearance
Appearance
Deletes a single record from a Microsoft Dynamics 365 / Dataverse entity by ID or name.
Use this task when a workflow needs to permanently remove a record from Dynamics 365, such as cleaning up temporary records, removing duplicates, or archiving data as part of a broader process. The task accepts either a GUID or a record name — if a GUID is supplied it is used directly; otherwise the task attempts a name-based lookup before deleting.
| Field | Type | Required | Description |
|---|---|---|---|
| Service Account - Microsoft Dynamics 365 | Service Account | Yes | The Dynamics 365 service account used to authenticate with Dataverse. |
| Entity Type | Text | Yes | The logical name of the entity from which the record will be deleted (e.g. account, contact, lead). |
| Record Id | Text | Yes | The GUID or logical name of the record to delete. If the value is a valid GUID it is used directly; otherwise a name-based lookup is performed. |
| Name | Description |
|---|---|
| Deleted Id | The GUID or name of the record that was deleted. |
| Entity Type | The logical entity name from which the record was deleted. |