Title-Wide Data Management - Delete Title Data Override

Deletes a specified set of title data overrides.

POST https://titleId.playfabapi.com/Admin/DeleteTitleDataOverride

Request Header

Name Required Type Description
X-SecretKey True

string

This API requires a title secret key, available to title admins, from PlayFab Game Manager.

Request Body

Name Required Type Description
OverrideLabel True

string

Name of the override.

Responses

Name Type Description
200 OK

DeleteTitleDataOverrideResult

400 Bad Request

ApiErrorWrapper

This is the outer wrapper for all responses with errors

Security

X-SecretKey

This API requires a title secret key, available to title admins, from PlayFab Game Manager.

Type: apiKey
In: header

Definitions

Name Description
ApiErrorWrapper

The basic wrapper around every failed API response

DeleteTitleDataOverrideRequest

Will delete all the title data associated with the given override label.

DeleteTitleDataOverrideResult

ApiErrorWrapper

The basic wrapper around every failed API response

Name Type Description
code

integer

Numerical HTTP code

error

string

Playfab error code

errorCode

integer

Numerical PlayFab error code

errorDetails

object

Detailed description of individual issues with the request object

errorMessage

string

Description for the PlayFab errorCode

status

string

String HTTP code

DeleteTitleDataOverrideRequest

Will delete all the title data associated with the given override label.

Name Type Description
OverrideLabel

string

Name of the override.

DeleteTitleDataOverrideResult

Error Codes

Name Code
TitleDataOverrideNotFound 1508