Xsolla-logo

Delete attribute valueServer-sideAdmin

delete/v2/project/{project_id}/admin/attribute/{external_id}/value/{value_external_id}

Deletes an attribute value.

Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
value_external_id
required
string^[-_\.\d\w]+$

Attribute value external ID.

Example: value_id
external_id
required
string

Attribute external ID.

Example: attribute_id
Responses
204

Attribute value was successfully deleted.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

403

Authorization header not sent.

Request samples
Response samples
application/json
{
  • "statusCode": 401,
  • "errorCode": 1020,
  • "errorMessage": "[0401-1020]: Error in Authentication method occurred"
}