Soft-delete a file (move to trash)
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/containers/{containerId}/soft-delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"path": "<string>"
}
'{
"ok": true
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/containers/{containerId}/soft-delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"path": "<string>"
}
'{
"ok": true
}