Loyalty.lt
Shop loyalty cards

Deactivate Loyalty Card

Deactivate (soft delete) a loyalty card

DELETE/{locale}/shop/loyalty-cards/{id}

Deactivate (soft delete) a loyalty card

Authorization

bearerAuth
AuthorizationBearer <token>

Enter JWT token in the format: Bearer {token}

In: header

Path Parameters

locale*string

Locale code

id*integer

Loyalty card ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/en/shop/loyalty-cards/1"
{  "success": true,  "message": "Loyalty card deactivated successfully",  "code": 200}