object
-
deletionsarray of DeletionOperation ↗ required -
next_cursorstring
OpenAPI schema definition
{
"properties": {
"deletions": {
"items": {
"$ref": "#/components/schemas/DeletionOperation"
},
"type": "array"
},
"next_cursor": {
"type": "string"
}
},
"required": [
"deletions"
],
"type": "object"
}