1. Home
  2. Docs
  3. REST API
  4. Developer documentation
  5. Delete License

Delete License

  • 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.

How can we help?