Skip to main content

Delete All Player Uuid Settings For Setting Type Self

DELETE 

/settings/v2/player/me/setting_type/:setting_type_id/key

Delete all player setting documents for a specific type

Required Permissions:

  • For any player (including themselves) any of: setting:*:*, setting:write

  • For the player themselves : setting:write:self

Request

Path Parameters

    setting_type_id Setting Type Idrequired

    Setting Type to delete settings for. Must be one of the known setting types

Header Parameters

    if-match any

    Precondition check if the resource's current ETag matches the provided values. * can be used to match any existing value.

    See https://www.rfc-editor.org/rfc/rfc9110#name-if-match for more information

    if-none-match any

    Precondition check if the resource's current ETag does NOT match the provided values. * can be used to match existing value, causing the request to fail.

    See https://www.rfc-editor.org/rfc/rfc9110#name-if-none-match for more information

    if-unmodified-since any

    Precondition check if the resource's Last-Modified date is older than the provided date. Ignored if the If-Match header is provided.

    See https://www.rfc-editor.org/rfc/rfc9110#name-if-unmodified-since for more information

Responses

Successful Response

Schema

    any

Loading...