Delete a License

Estimated reading: 1 minute 217 views

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": []

}
Share this Doc

Delete a License

Or copy link

CONTENTS
Scroll to Top