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