Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Finance forum / Cannot able to remove ...
Finance forum

Cannot able to remove the data entity values using OData in C#.

(0) ShareShare
ReportReport
Posted on by

Hi there,

I am working on OData CRUD Concept in F&O Data Entities using HTTP Delete Method in C#. Unfortunately, i can't able to delete the entity. Actually i am receiving the HTTP 404 Exception. I am using the below code to delete the entity.

Data entity used : SecurityUserRoleOrganizations

public async Task<string> DeleteAsync(AXEntity entity)
{
    var fullUrl = ApiUrl + entity.LogicalName + "(";
    foreach (var a in entity.Attributes)
    {
        fullUrl = fullUrl + a.Key + "='" + a.Value.ToString() + "',";
    }
    var request = new HttpRequestMessage(new HttpMethod("Delete"), fullUrl)
    {
        Content = new StringContent("{}", Encoding.UTF8, "application/json")
    };
    var response = await _baseAuthorization.GetHttpCliente().SendAsync(request);
    string isSuccess = ResponseValidator.EnsureSuccessStatusCode(response);
    return isSuccess;
}
Could anyone help me to implement the delete call or sample to delete the F&O Data Entity Values using OData?
Thanks,
Jeyaprakash A

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,217 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,978 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans