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: |
|
url |
Type: string File download URL Example: |
Responses
200 OK
OK
Was the article helpful?
Previous