Delete Path
The following SDK method can be used to delete all the objects present in the specified path.
copybucketInstance.deletePath("{path_to_be_deleted}") { error in if let error = error { print("Error : \( error )") return } print("Path Deleted Successfully") }
Last Updated 2025-07-08 15:25:59 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit