Landing Pages

Delete landing page

Deletes a landing page.

delete/landing-pages/{landingPageId}

Path parameters

landingPageIdstring required

Landing page ID

Response

Landing page deleted

successboolean
landingPageIdstring
messagestring

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 retryable to the response with the 400 status

      response-optional-property-added

    • added the optional property retryable to the response with the 401 status

      response-optional-property-added

    • added the optional property retryable to the response with the 404 status

      response-optional-property-added

    • added the optional property retryable to the response with the 503 status

      response-optional-property-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the optional property code to the response with the 400 status

      response-optional-property-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 404 status

      response-optional-property-added

    • the response property success became optional for the status 400

      response-property-became-optional

    • the response property success became optional for the status 401

      response-property-became-optional

    • the response property success became optional for the status 404

      response-property-became-optional

    • endpoint added

      endpoint-added