Delete Theme

Delete theme to existing theme.

End Point

GET https://api.cartup.ai/v1/theme

Query Parameters

Headers

Request Body

Curl Example

curl --request GET 'https://api.cartup.ai/v1/theme/delete?request={"orgId":"850a8b8f-a6fe-49e4-88fc-874843279d66","orgName":"WorldMarts","id":"b92cce9a-d2fb-481d-a2d1-a57355f02c1d"}
--header 'Content-Type: application/json' \  
--header 'X-Cartup-Access-Token: $CARTUP_API_KEY'
--header 'X-Cartup-orgId : $CARTUP_ORD_ID'
-d '{
  "orgId": "850a8b8f-a6fe-49e4-88fc-874843279d66",
  "themeid": "852968f0-7c8c-45d7-8ab0-e7287162a67e"
  "orgName": "WorldMarts"
}

Request Object

"orgId": "850a8b8f-a6fe-49e4-88fc-874843279d66",
  "themeid": "852968f0-7c8c-45d7-8ab0-e7287162a67e"
  "orgName": "WorldMarts"

Last updated