Xsolla-logo

Delete catalog filter ruleServer-sideAdmin

delete/v2/project/{project_id}/admin/user/attribute/rule/{rule_id}

Deletes a specific rule.

SecuritybasicAuth
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
rule_id
required
number

Rule ID.

Example: 1
Responses
204

Delete was successful.

401

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

Request samples
Response samples
application/json
{
  • "statusCode": 401,
  • "errorCode": 1501,
  • "errorMessage": "[0401-1501]: Authorization failed: Authorization header not sent",
  • "transactionId": "x-x-x-x-transactionId-mock-x-x-x"
}