Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"folder_ids": [1, ...],
"media_file_ids: [43, ...]
}
{
"success": true
}
| Param name | Description |
|---|---|
|
folder_ids
required |
Array of IDs of folders should be deleted Validations:
|
|
media_file_ids
required |
Array of IDs of media files should be deleted Validations:
|