# Delete platform settings Remove specific platform settings by their keys. This operation will permanently delete the specified settings and revert them to their system default values. Use extreme caution as this affects the entire platform. Endpoint: DELETE /api/v1/settings Version: 1.0 Security: ## Query parameters: - `keys` (array, required) Comma-separated list of platform setting keys to delete. Each key must correspond to a valid platform setting that exists and can be safely removed. Available keys are: wellesley.access wellesley.uploads.policy.audio wellesley.admin.auth wellesley.branding wellesley.admin.captcha wellesley.captcha wellesley.confirmationCode wellesley.uploads.policy.doc wellesley.instance.domainBlocks wellesley.uploads.policy.emoji wellesley.uploads.policy.image wellesley.instance.admin wellesley.instance.contacts wellesley.instance.legal wellesley.admin.language wellesley.admin.mediacache wellesley.admin.openai wellesley.posts wellesley.registration wellesley.admin.link_service wellesley.admin.sms wellesley.admin.sms.aws wellesley.admin.sms.sinch wellesley.admin.sms.twilio wellesley.translation wellesley.admin.translation wellesley.admin.uploads wellesley.username.release wellesley.uploads.policy.video Example: "wellesley.access,wellesley.uploads.policy.audio" ## Response 400 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 200 fields