Posted By Arun Potti on 5 Nov 2022 in Dyn365CE
In this article, will explain about Deleting the Accounts Table row in the Dataverse environment from Postman.
Follow all the steps mentioned in the below article and go to Step 1.
How to setup and connect to the Dataverse environment in Postman?
Step 1: Click on the Collection … and Click on Add request to create a new Web API Request.
Step 2: Click on the New Request … and Click on Rename to change the Web API Request name.
Renamed to Delete Account record.
Step 3: Select DELETE and provide the below text to delete the Account record.
{{webapiurl}}accounts(ProvideAccountRecordGUID)
Step 4: Provide the below values under Headers section.
Headers will look likes the below.
Step 5: Click on Save and Send.
You can see a message 204 No Content, which means the request executed successfully and the Account record is deleted.
<blockquote…
Source link
More About This Author
Arun Potti