Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 689 Bytes

DeleteResult.md

File metadata and controls

12 lines (8 loc) · 689 Bytes

DeleteResult

Properties

Name Type Description Notes
errors list[ActionsErrorResponse] If the delete failed, this contains an array of Error objects. [optional]
id str ID of the deleted object. [optional]
success bool A boolean field indicating the success of the delete operation. If the delete was successful, it is `true`. Otherwise, `false`. [optional]

[Back to Model list] [Back to API list] [Back to README]