DeleteCollectionResponse
public struct DeleteCollectionResponse : Codable, Equatable
Response object returned when deleting a colleciton.
-
The status of the collection. The status of a successful deletion operation is
See moredeleted.Declaration
Swift
public enum Status : String -
The unique identifier of the collection that is being deleted.
Declaration
Swift
public var collectionID: String -
The status of the collection. The status of a successful deletion operation is
deleted.Declaration
Swift
public var status: String
View on GitHub
DeleteCollectionResponse Structure Reference