Skip to content

DeleteImageFromPathRequestParam

← File DTO

Body for POST Api/File/LocaleStorage/DeleteImageFromPath.

Поля

ПолеТипОбязательноеОписание
accessTokenstringдаStorage access token issued to the calling service.
pathstringдаPath of the image inside the local storage.

Пример

json
{
  "accessToken": "string",
  "path": "string"
}