Langsung ke konten utama
DELETE
/
v3
/
pages
/
{page_id}
/
page-displays
/
{display_id}
Delete a landing page display
curl --request DELETE \
  --url https://api.scalev.com/v3/pages/{page_id}/page-displays/{display_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

page_id
integer
wajib

Numeric Scalev landing page ID.

display_id
integer
wajib

Numeric Scalev landing page display ID.

Respons

Success with no response body