Lead Gen

Delete a test lead

Removes a test lead created for the form (DELETE /{leadgen_id}), so a new one can be submitted: Meta keeps one test lead per form and refuses a second until the first is gone. The same test lead appears in Meta's Lead Ads Testing Tool. Meta only deletes test leads; a real lead is refused.

delete/v1/ads/lead-forms/{formId}/test-leads

Path parameters

formIdstring required

Query parameters

accountIdstring required

The facebook or metaads account whose Page owns the form.

leadIdstring

The test lead id returned by createTestLead (or shown in the Testing Tool). Omitted = the test lead currently on the form.

Response

Test lead deleted.

statusstring
deletedstring[]

Ids of the test leads removed.

Changes