DeletionStatus interface
An abstract representation of an OpenAI deletion operation result status.
Properties
deleted | A value indicating whether deletion was successful. |
id | The ID of the resource specified for deletion. |
Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
id
The ID of the resource specified for deletion.
id: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript