Figma · Schema

DeleteDevResourceResponseBody

Response body for successful dev resource deletion.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
status number The status of the request.
error boolean For successful requests, this value is always `false`.
View JSON Schema on GitHub

JSON Schema

figma-files-delete-dev-resource-response-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteDevResourceResponseBody",
  "type": "object",
  "description": "Response body for successful dev resource deletion.",
  "properties": {
    "status": {
      "type": "number",
      "description": "The status of the request."
    },
    "error": {
      "type": "boolean",
      "description": "For successful requests, this value is always `false`."
    }
  }
}