Delete a Generator

Estimated reading: 1 minute 161 views

description

Deletes a generator by its ID. The response contains success = true if the generator is deleted.

Request URL

DELETE

{SITE_URL}/wp-json/lmfwc/v2/generators/{generator_id}

Request headers

Content-Type: application/json

Response

{

    “success”: true,

    “data”: []

}

Share this Doc

Delete a Generator

Or copy link

CONTENTS
Scroll to Top