ApiItemsDelete an itemDELETE/developers/boards/{boardId}/items/{itemId}SendServer URLHeadersPathAuthorizationapiKey<token>In: queryPath ParametersboardIdRequiredstringitemIdRequiredstringcURLJavaScriptGoPythoncurl -X DELETE "https://api.microboard.com/api/v1/developers/boards/string/items/string" \ -H "apiKey: <token>"204401Item deleted successfullyPreviousCreate a frame POSTNextGet a specific item by ID GET