Remove Publication
POST /api/v1/collab-scenes/{sceneId}/publications/{pubId}/remove: record a takedown of your publication.
Your publication only. Removing yours does not touch another platform's publication of the same scene, and you cannot address theirs. The scene's creating partner is notified with collab_scene.publication_removed, which is how a syndicated scene stays auditable across platforms.
Authorization
BearerAuth Partner API key from partner.easy2257.com/api-keys. Only ez_live_ keys are accepted. A key beginning with ez_test_ is rejected with 403 and code TEST_MODE_UNAVAILABLE before any handler runs: there is no sandbox, and every handler writes production records, provisions real users, and sends real email. New partner accounts start with a test key, so create a live key before your first call.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://easy2257.com/api/v1/collab-scenes/cmd5r9a4t0001qz8hb6k2m3xd/publications/cmd5rc1v90007qz8h4p8w2n6y/remove" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "cmd5rc1v90007qz8h4p8w2n6y",
"removedAt": "2019-08-24T14:15:22Z",
"message": "Already removed"
}{
"error": "email, externalUserId, and callbackUrl are required",
"code": "missing_parameter",
"field": "contentType"
}{
"error": "email, externalUserId, and callbackUrl are required",
"code": "missing_parameter",
"field": "contentType"
}{
"error": "email, externalUserId, and callbackUrl are required",
"code": "missing_parameter",
"field": "contentType"
}{
"error": "email, externalUserId, and callbackUrl are required",
"code": "missing_parameter",
"field": "contentType"
}{
"error": "Too many requests. Please slow down.",
"retryAfter": 14,
"limit": 60,
"remaining": 0,
"reset": 1714000060000
}{
"error": "email, externalUserId, and callbackUrl are required",
"code": "missing_parameter",
"field": "contentType"
}