Deletes a specific rule.
Delete was successful.
Authentication not passed or wrong. Make sure you used authentication or correct credentials.
curl -i -X DELETE \ -u <username>:<password> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/user/attribute/rule/{rule_id}'
{- "statusCode": 401,
- "errorCode": 1501,
- "errorMessage": "[0401-1501]: Authorization failed: Authorization header not sent",
- "transactionId": "x-x-x-x-transactionId-mock-x-x-x"
}