cURL
curl --request DELETE \ --url https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}/pages/{page_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
ページを削除します。
Documentation IndexFetch the complete documentation index at: https://docs.utage-system.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt
Use this file to discover all available pages before exploring further.
DELETE
https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}/pages/{page_id}
APIキーをBearerトークンとして指定
ファネルID
ステップID
ページID
削除成功
Show child attributes