Delete a user setting by user ID

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
int32
required
Headers
string
Defaults to Swagger
Responses
204

Successfully deleted user setting.

401

You do not have the permission to use this call

404

The provided user setting was not found.

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