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 deleted.

    See more

    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