Removes an unclaimed invitation token using its internal identifier, not the publicly shared claim code.
curl --request DELETE \
--url https://production-storytell-ai-platfor-cds2.encr.app/v1/collection-token/{token}
{
"code": "<string>",
"data": true,
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}
Success response
The response is of type object
.
curl --request DELETE \
--url https://production-storytell-ai-platfor-cds2.encr.app/v1/collection-token/{token}
{
"code": "<string>",
"data": true,
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}