# Function description

Delete material, actually delete, move to another table

# Request

# Request example

POST /materialNew/delete HTTPS
Host: <host>
Content-Type: application/json 
Authorization: <AuthString>

# Request Parameters

none

# Request Headers

Name Description Type Mandatory
Authorization User token information string yes

# Request Body

The request body is a json string, for example:

{
  "id": "0A976108-04DB-4B36-8888-F615DB96ADB7222"
}

# Response

# Response Header

No special response header

# Response Body

{
  "code": 0,
  "message": "",
  "data": null
}