You can delete a KiiObject by calling the delete(_:) method:
Swift:
Objective-C:
A KiiObject will be deleted from the server by calling the delete(_:) method; you do not need to invoke the save(_:) method.
If you delete a KiiObject which has an object body, the body will be deleted at the same time. If the object body has been published, its URL will be disabled too. See Deleting an Object Body for more details.
Although there is no API for bulk-deleting multiple KiiObjects, you can delete all KiiObjects in a bucket at once by deleting the bucket. See Deleting a Bucket for more details.