No-content response for the BigCommerce API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NoContent", "title": "No Content", "description": "No-content response for the BigCommerce API.", "type": "object", "properties": { "status": { "description": "204 HTTP status code.\n", "type": "integer" }, "title": { "description": "The error title describing the situation.", "type": "string" }, "type": { "type": "string" }, "instance": { "type": "string" } }, "x-internal": false }