Skip to content

DeleteObject

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

DeleteObject

The struct returned from deleting a file or Fine-tune from their associated endpoints.

public struct DeleteObject: Codable 

Inheritance

Codable

Properties

id

The ID of the deletion object.

public let id: String

object

The OpenAIObject object type of the deletion.

public let object: OpenAIObject

deleted

Is the item deleted?

public let deleted: Bool
Types
Global Functions
Clone this wiki locally