DELETE api/Tags

Request Information

URI Parameters

None.

Body Parameters

Collection of TagModel
NameDescriptionTypeAdditional information
Name

string

None.

IsDeleted

boolean

None.

CreatedOn

date

None.

ModifiedOn

date

None.

TagKey

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "IsDeleted": true,
    "CreatedOn": "2025-12-06T06:22:23.2385313+02:00",
    "ModifiedOn": "2025-12-06T06:22:23.2385313+02:00",
    "TagKey": "sample string 5"
  },
  {
    "Name": "sample string 1",
    "IsDeleted": true,
    "CreatedOn": "2025-12-06T06:22:23.2385313+02:00",
    "ModifiedOn": "2025-12-06T06:22:23.2385313+02:00",
    "TagKey": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTagModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Stream.Models">
  <TagModel>
    <CreatedOn>2025-12-06T06:22:23.2385313+02:00</CreatedOn>
    <IsDeleted>true</IsDeleted>
    <ModifiedOn>2025-12-06T06:22:23.2385313+02:00</ModifiedOn>
    <Name>sample string 1</Name>
    <TagKey>sample string 5</TagKey>
  </TagModel>
  <TagModel>
    <CreatedOn>2025-12-06T06:22:23.2385313+02:00</CreatedOn>
    <IsDeleted>true</IsDeleted>
    <ModifiedOn>2025-12-06T06:22:23.2385313+02:00</ModifiedOn>
    <Name>sample string 1</Name>
    <TagKey>sample string 5</TagKey>
  </TagModel>
</ArrayOfTagModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.