공지 삭제
DELETE http://{dashboard-domain}/v1.0/db/notice
Request Body
Name
Type
Description
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