Account Setting Delete

Delete a custom account setting. Given a key for a setting, delete the custom-value.

Note, since account-settings may have default values, this only deletes the entire value that currently exists.


curl -XDELETE "https://api.lytics.io/api/account/setting/logon_session_days" \
   -H 'Authorization: $LIOKEY'
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

slug of account setting.

Query Params
string

Your Lytics account ID.

Response
204

No Content

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!