delete
https://{targetURL}/api/v1/users//settings/
Removes the named user setting from another user's account. The setting's value is also evicted from the user-settings cache so the next read by that user picks up the absence immediately.
A user managing their own settings should use DELETE /settings/{userSettingID} instead.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Successfully deleted user setting.
401You do not have the permission to use this call
404The provided user setting was not found.