メインコンテンツへスキップ
DELETE
/
cms
/
source-code
/
2026-03
/
{environment}
/
content
/
{path}
ファイルを削除
curl --request DELETE \
  --url https://api.hubapi.com/cms/source-code/2026-03/{environment}/content/{path} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

environment
string
必須

コンテンツファイルが削除される環境。開発、ステージング、本番などの異なる段階を指す場合があります。

path
string
必須

削除するコンテンツファイルの特定のパス。有効なパス文字列である必要があります。

Pattern: .+

レスポンス

Last modified on April 13, 2026