Delete a License
Deletes a license by its key value. The response contains success = true if the license is deleted.
Request URL
DELETE
{SITE_URL}/wp-json/lmfwc/v2/licenses{license_key}
REQUEST HEADERS
Content-Type: application/json
Response
{
"success": true,
"data": []
}