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

DeleteRestrictedFile

添付ファイルの削除

Description

  • 添付ファイルフィールドのファイルを削除します。
  • アクセスしたユーザーにワークスペースやデータストア、アイテム、フィールドのアクセス権限がある時のみ利用できます。

Method

DELETE

Request URL Format

/api/v0/applications/:app-id/datastores/:datastore-id/items/files/:item-id/:field-id/:file-id

URL Params

app-id           : アプリケーションID(画面から指定したアプリケーションID、または、p_id)
datastore-id : データストアID(画面から指定したデータストアID、または、d_id)
item-id : アイテムID
field-id : フィールドID

Request URL Sample

DELETE https://api.xxx.com/api/v0/applications/APPID/datastores/DATABASEID/items/files/59ad2d8a0e247927638e761a/58cc9253fbfcba88307142d1/59af720c0e247958c7011a88

Response Sample

null