This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the User Settings API section of the Web Services API.
Removes the specified setting.
Request URL | /users/{id}/settings/{group-name} or /me/settings/{group-name} |
---|---|
HTTP Method | DELETE |
Required Features | api-provisioning-write |
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. |
DELETE /me/settings/my-setting-group
{
"name": "My Third Setting"
}
{
"statusCode": 0
}