Permanently delete a Drive item
curl --request DELETE \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/{itemId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"permanent": true
}curl --request DELETE \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/{itemId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"permanent": true
}