Delete file

Deletes an attached file.
To access the file, the user must have the change_survey or viewfile_survey role, or be the user who uploaded the file.

Request

DELETE

https://api.forms.yandex.net/v1/files

Body

application/json
{
  "path": "example",
  "url": "example"
}

Name

Description

path

Type: string

File download path

Example: example

url

Type: string

File download URL

Example: example

Responses

200 OK

OK