cURL
curl --request DELETE \ --url https://pandabase.io/api/products/{productId}/licenses/{licenseId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Storefront-Id: <x-storefront-id>'
{ "ok": true, "data": { "message": "License revoked successfully" } }
Permanently revoke a license
V3 API key authentication. Format: sk_v3_xxxxx
sk_v3_xxxxx
Your storefront/shop ID
License revoked successfully
true
Show child attributes