メインコンテンツまでスキップ

アセット - Create asset

ルートURL

GET https://playcanvas.com/api/assets/:assetId?branchId=:branchId

説明

プロジェクトのブランチからアセットを完全に削除します。

警告

アセットを削除することは永続的で、取り消すことができるのはチェックポイントを取っている場合のみです。

curl -H "Authorization: Bearer {accessToken}" -X DELETE "https://playcanvas.com/api/assets/{assetId}?branchId={branchId}"

HTTP リクエスト

DELETE https://playcanvas.com/api/assets/{assetId}?branchId={branchId}
Authorization: Bearer {accessToken}

パラメーター

名前タイプRequired説明
assetIdnumber✔️The id of the asset to delete.
branchIdstring✔️The id of the branch to delete the asset from.

レスポンススキーマ

ステータス:200

エラー

コード説明
401Unauthorized
403Forbidden
404Project or Asset not found
429Too many requests

レート制限

このルートは通常のレート制限を使用します。