Dashboard
APIDelete Setting API - Reset to Default | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

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.

Last updated: