/bucket/delete/{bucketId}DELETEbucketId (required): The ID of the bucket to be deleted. Example: a1b2c3d4-e5f6-7890-1234-567890abcdefDELETE /bucket/delete/a1b2c3d4-e5f6-7890-1234-567890abcdefa1b2c3d4-e5f6-7890-1234-567890abcdef.204 No Content: Bucket successfully deleted. (This is the most common and appropriate response for a successful DELETE operation.)400 Bad Request: Invalid request parameters (e.g., malformed bucketId).404 Not Found: Bucket not found.500 Internal Server Error: Server error.