АЧ
Size: a a a
АЧ
A
АЧ
Д
И
A
И
A
A
И
A
AK
ТХ
General:Как сделать http delete запрос скриптом? Так верно?
Request URL: https://site.com/api/content_editor
Request Method: DELETE
Request Payload:
{ids: ["P703559761"]}
let url = "https://site.com/api/content_editor";Просто сервер возвращает мне {error: "Error deleting media "}
let xhr = new XMLHttpRequest();
xhr.open("DELETE", url, true);
xhr.send({ids: ["P703559770"]});
И
AK
И
DB
CM
N😹
z