Experiences
Unpublish In-Page Experience
Takes the specified In-Page Experience offline. If this In-Page Experience is embedded anywhere, it will be replaced with text notifying the end user that it is offline. This will initiate an unpublish, you can poll the GET endpoint for fetching the In-Page Experience to check its published status to see when unpublishing completes
post/accounts/{{account_id}}/experiences/{experience_id}/actions/unpublish
Response
SUCCESS
Example response
{
"id": "111111111111",
"accountId": 1111111111111,
"name": "Sample In-Page Experience",
"description": "A sample In-Page Experience for demonstration purposes",
"template": "ee-single-video",
"templateVersion": "1.0.0",
"styles": {
"global": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"anchor": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"navigation": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoInfo": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoTitle": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoDescription": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlay": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayTitle": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayDescription": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayBanner": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"nowPlaying": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"playButton": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"sharing": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlaySharing": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"eventCountdown": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"calendarReminder": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
}
}
}