- Admin can Delete the License Key with the help of API from Postman API’s Platform. The response will delete the license key data object.
- Go to Dashboard => WooCommerce => Settings => License Manager.
- Navigate General => REST API => Enable/disable API routes.
- Click on the checkbox to enable the option of DELETE.

Request URL
DELETE
{SITE_URL}/wp-json/lmfwc/v2/licenses{license_key}
Now copy your delete license endpoint and past it to the postman.
Content-Type: application/json

Response
- {
- “success”: true,
- “data”: []
- }
- Admin can check in the back-end, license keys table the deleted license key.
