Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Broken DELETE requests #122

Open
ethanresnick opened this issue Jul 14, 2015 · 0 comments
Open

Broken DELETE requests #122

ethanresnick opened this issue Jul 14, 2015 · 0 comments

Comments

@ethanresnick
Copy link
Member

The request to delete a single resource is currently sent as DELETE /v2/{type}/{resource-id} with a body of {"data": {"id": [resource id]}}, which doesn't work. The server responds with a 400 and an error saying that the request should not contain a body, which is true. So, we should remove the body from this request

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant