Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Answered

DELETE Association not working for connection entity

Posted on by 60

I am trying to delete connection role on connection record using DELETE association reuqest.

Checked the Odata metadata and Navigation Property has Type=mscrm.conenctionrole. So it is Single-Valued navigation property. Followed the same steps as described in

 https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/associate-disassociate-entities-using-web-api#remove-a-reference-to-an-entity

Here is my XHT DELETE url: XXXX/.../$ref

It says /ref unrecognized literal

So i removed but still getting an 400 status with message "Request message has unresolved parameters."

Please help. I am using Dynamics v9.0.1

  • Verified answer
    sam12 Profile Picture
    sam12 60 on at
    RE: DELETE Association not working for connection entity

    Hi. Thank you for reaching out. Actually it got fixed. I am going the other way child->parent. instead of Parent->child.

    this solved me:

    req.open("DELETE", Xrm.Page.context.getClientUrl() + "/api/data/v9.0/connectionroles(" + roleEntityId+ ")/" + relationshipName+"("+conenctionId+")/$ref", false);

  • a33ik Profile Picture
    a33ik 84,323 Most Valuable Professional on at
    RE: DELETE Association not working for connection entity

    Hello,

    Can you please provide the code you use?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans