{
"id": "string"
}
curl --location --request POST '/xkyl/web/agent/delete' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"msg": "string",
"code": 0,
"data": "string",
"time": 0
}