Delete landing page
Deletes a landing page.
Path parameters
Landing page ID
Response
Landing page deleted
Example response
{
"success": true,
"landingPageId": "lp_abc123",
"message": "Landing page deleted."
}Changes
Changed in 5 of the 121 revisions of this API.39
- ○
added the optional property
retryableto the response with the400statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the404statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the503statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
- ○
added the optional property
codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the404statusresponse-optional-property-added
- ○
- ▲
the response property
successbecame optional for the status400response-property-became-optional
- ▲
the response property
successbecame optional for the status401response-property-became-optional
- ▲
the response property
successbecame optional for the status404response-property-became-optional
- ▲
- ○
endpoint added
endpoint-added
- ○