APIDelete Setting API - Reset to Default | BotSubscription

Delete Setting - Reset Configuration to Default via API

Remove a custom configuration value and restore the system default. This is useful when you want to undo a customization and return a setting to its original state without needing to know what the default value is.

DELETE/v2/projects/{project_id}/settings/{key}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringRequired

The unique identifier of the project.

keystringRequired

The setting key to delete.

Request
curl -X DELETE "https://api.botsubscription.com/v2/projects/YOUR_PROJECT_ID/settings/default_language" \
  -H "Authorization: Bearer YOUR_TOKEN"
Setting deletedapplication/json

No response body is returned on successful deletion.

Last updated: