Loyalty.lt
Shop xml import

Delete import record

DELETE/{locale}/shop/xml-import/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Enter JWT token in the format: Bearer {token}

In: header

Path Parameters

locale*string

Value in

  • "lt"
  • "en"
id*integer

Response Body

application/json

curl -X DELETE "https://example.com/lt/shop/xml-import/0"
{  "success": true,  "message": "string"}