DELETE http://{dashboard-domain}/v1.0/db/notice
DELETE
http://{dashboard-domain}/v1.0/db/notice
id*
int
remove id
{ "return": 0, "message": "success" }
{ "id": 1 }
curl --location --request DELETE 'http://{dashboard-domain}/v1.0/db/notice' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
Last updated 3 years ago