Delete Setting
This operation is part of the User Settings API section of the Web Services API.
Overview
Removes the specified setting.
| Request URL | /users/{id}/settings/{group-name} or /me/settings/{group-name} |
|---|---|
| HTTP Method | DELETE |
| Required Features | api-provisioning-write |
Parameters
| Parameter | Value |
|---|---|
| <key> | Specify the "key" attribute defined for the setting. If the "key" attribute was not specified when the setting was created, you should use the "name" attribute. |
Samples
Request
DELETE /me/settings/my-setting-group
{
"name": "My Third Setting"
}HTTP Response
{
"statusCode": 0
} This page was last edited on January 22, 2016, at 19:57.
Comments or questions about this documentation? Contact us for support!
