cURL
curl --request DELETE \ --url https://api.makeswift.com/v6/pages/{pageIdOrPathname} \ --header 'x-api-key: <api-key>'
Deletes a page.
API key authentication. Accepts either:
The page ID or pathname for the page you are deleting.
The site ID required when using a pathname instead of a page ID.
The response that indicates success when the page is deleted.
Was this page helpful?