DELETE api/StickerTemplates/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StickerTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | integer |
None. |
|
| FileName | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "4b7b0191-2d73-41c4-8c11-0d216a3a4bed",
"customerId": 2,
"fileName": "sample string 3",
"logo": "sample string 4"
}