Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is also possible to have data in DELETE method #2169

Merged
merged 1 commit into from May 28, 2019

Conversation

sericaia
Copy link
Contributor

@sericaia sericaia commented May 23, 2019

This PR just changes the README file (docs).

It is also possible to have data in DELETE method.

It is possible to have:

  return axios.delete(
    `/api/todos/${id}`,
    {
      ...config,
      data: {
        reason
      }
    });

@emilyemorehouse emilyemorehouse merged commit 5250e6e into axios:master May 28, 2019
@axios axios locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants