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 October 31, 2023, at 13:32.
Comments or questions about this documentation? Contact us for support!