You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 a400
and an error saying that the request should not contain a body, which is true. So, we should remove the body from this requestThe text was updated successfully, but these errors were encountered: