Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.01 KB

File metadata and controls

17 lines (10 loc) · 1.01 KB

DeleteCatalogObjectResponse

squareconnect.models.delete_catalog_object_response

Description

Properties

Name Type Description Notes
errors list[Error] The set of Errors encountered. [optional]
deleted_object_ids list[str] The IDs of all CatalogObjects deleted by this request. Multiple IDs may be returned when associated objects are also deleted, for example a CatalogItemVariation will be deleted (and its ID included in this field) when its parent CatalogItem is deleted. [optional]
deleted_at str The database timestamp of this deletion in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z". [optional]

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