curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId/entities/:entityId{
"success": true,
"collection": {
"id": "<string>",
"entityCount": 123
}
}Remove a saved entity from a collection
curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId/entities/:entityId{
"success": true,
"collection": {
"id": "<string>",
"entityCount": 123
}
}true on success.Collection Not Found — 404
{ "error": "Collection not found", "code": "collection/not-found" }
Server Error — 500
{ "error": "Internal server error.", "code": "collection/server-error" }