A
A
Andriy0222022-02-18 18:49:48
Node.js
Andriy022, 2022-02-18 18:49:48

How to use the HTTP delete method?

How to use the HTTP delete method?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rag'n' Code Man, 2022-02-18
@iDmitriyWinX

How to use? Well, like... Send requests of this type...
Learn the REST API.

D
devblackhunter, 2022-02-18
@devblackhunter

DELETE /file.html HTTP/1.1
Response:

202 (Accepted) код состояния, если удаление будет успешным, но ещё не выполнено.
 204 (No Content) код ответа, если удаление было выполнено, но тело ответа отсутствует.
 200 (OK) код ответа, если удаление было выполнено

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question