Skip to main content

Delete entity from QuotationDiscountLines

DELETE 

https://api.elfsquad.io/data/1/QuotationDiscountLines(:id)

Delete entity from QuotationDiscountLines

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    key: id of QuotationDiscountLine

Header Parameters

    If-Match string

    ETag

Responses

Success

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.elfsquad.io/data/1");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.elfsquad.io/data/1
Parameters
— pathrequired
— header
ResponseClear

Click the Send API Request button above and see the response here!