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

Broken DELETE requests #122

@ethanresnick

Description

@ethanresnick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions