AviatoAviato
DeveloperAPI ReferenceAdminSettingsKey

/api/admin/settings/{key}

DELETE
/api/admin/settings/{key}

Path Parameters

key*string

Setting key (dot-notation, e.g. server.name)

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/admin/settings/string"
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}