DeleteResponse - daneden/Twift GitHub Wiki

DeleteResponse

A response object pertaining to requests that delete objects

public struct DeleteResponse: Codable 

Inheritance

Codable

Properties

deleted

Whether or not the target object was deleted as a result of the request

public let deleted: Bool