Delete Theme
Delete theme to existing theme.
End Point
GET
https://api.cartup.ai/v1/theme
Query Parameters
Name | Type | Description |
---|---|---|
request* | String | Request Object (Refer below) |
Headers
Name | Type | Description |
---|---|---|
Accept* | String | application/json |
Content_type* | String | application/json |
X-Cartup-Access-Token* | String | $CARTUP_API_KEY |
X-Cartup-orgId* | String | $CARTUP_ORD_ID |
Request Body
Name | Type | Description |
---|---|---|
themeID* | String | theme ID (Should be unique) |
orgID* | String | Your org ID |
orgName* | String | You org name |
type* | String | "Custom" |
htmlTemplate | String | Html template |
cssTemplate | String | CSS template |
jsTemplate | String | Java Script |
displayType* | String | carousel |
Curl Example
Request Object
Key | Type | Required | Description |
---|---|---|---|
orgId | String | Yes | Your Org ID |
themeid | String | Yes | Theme ID |
orgName | String | Yes | Your Org Name |
Last updated