API Reference
Cancel Collab Scene
POST /api/v1/collab-scenes/{sceneId}/cancel — Cancel a pending scene. No refund.
No refund. Cancelling a scene does not refund the scene fee or performer onboarding fees. Fees cover record creation and any Veriff sessions already initiated.
Authorization
BearerAuth AuthorizationBearer <token>
Partner API key. Use ez_test_ prefix for sandbox, ez_live_ for production.
In: header
Path Parameters
sceneId*string
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/cs_xyz789/cancel"{
"sceneId": "string",
"status": "cancelled",
"refunded": false
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}