DELETE api/Commerce7/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Commerce7Id": "ce09b2d0-93b0-4bca-9f29-aba4968d249f",
  "Commerce7DomainName": "sample string 2",
  "TenantId": "sample string 3",
  "CreateAt": "2026-06-20T19:39:32.9051404+00:00",
  "UpdatedAt": "2026-06-20T19:39:32.9051404+00:00",
  "DeletedAt": "2026-06-20T19:39:32.9051404+00:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<Commerce7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <Commerce7DomainName>sample string 2</Commerce7DomainName>
  <Commerce7Id>ce09b2d0-93b0-4bca-9f29-aba4968d249f</Commerce7Id>
  <CreateAt>2026-06-20T19:39:32.9051404+00:00</CreateAt>
  <DeletedAt>2026-06-20T19:39:32.9051404+00:00</DeletedAt>
  <IsDeleted>true</IsDeleted>
  <TenantId>sample string 3</TenantId>
  <UpdatedAt>2026-06-20T19:39:32.9051404+00:00</UpdatedAt>
</Commerce7>