DELETE api/StickerTemplates/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

StickerTemplate
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CustomerId

integer

None.

FileName

string

None.

Logo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "536bfd90-97e5-43f5-99c2-cef9988f65e5",
  "customerId": 2,
  "fileName": "sample string 3",
  "logo": "sample string 4"
}