{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaFieldCollectionDeleteResponseSuccess", "title": "MetaFieldCollectionDeleteResponseSuccess", "type": "object", "description": "Response payload for the BigCommerce API.\n", "properties": { "data": { "type": "array", "items": { "type": "integer", "description": "The unique identifier for the metafield.\n" }, "example": [ 123, 124, 125 ] }, "errors": { "type": "array", "description": "Empty for 200 responses.", "example": [] }, "meta": { "$ref": "#/components/schemas/WriteCollectionSuccessMeta" } }, "x-internal": false }