DeleteImageFromPathRequestParam
Body for POST Api/File/LocaleStorage/DeleteImageFromPath.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
accessToken | string | да | Storage access token issued to the calling service. |
path | string | да | Path of the image inside the local storage. |
Пример
json
{
"accessToken": "string",
"path": "string"
}