| Field | Type | Description |
|---|---|---|
| submitted | Boolean | Return true if the changes succeed |
curl --location --request DELETE 'https://oteapi.webnic.cc/dns/v2/subscription/whitelabel/ns' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"submitted": true
}
}