-
Notifications
You must be signed in to change notification settings - Fork 19
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
Is there a way to remove a relationship? #187
Comments
Working with relationship links hasn't yet been implemented in this library. If you or someone else reading this would like to contribute this feature, I think an API that would work well would be the following actions:
All three would take the same arguments:
|
I've started work on this. You can view it here: |
FYI, this library will be unmaintained going forward. If you need new features or fixes, I recommend forking the repo and making changes, or finding an alternate library that meets your needs. |
How do you remove a to many relationship?
https://jsonapi.org/format/#crud-updating-to-many-relationships
The spect expects a delete request to that URL, but I don't seem to find anything on this package.
The text was updated successfully, but these errors were encountered: