DELETE Artwork/DeleteUpi
Deleting UPI in artwork submission, based on Id or CustomId
Request Information
URI Parameters
None.
Body Parameters
ArtUpiDeleteApi| Name | Description | Type | Additional information |
|---|---|---|---|
| UpiName | string |
None. |
|
| Id | integer |
None. |
|
| CustomId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UpiName": "sample string 1",
"Id": 1,
"CustomId": 1
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true