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

API: implement method DELETE to /objects/:id endpoint #716

Closed
batopa opened this issue Jun 23, 2015 · 1 comment
Closed

API: implement method DELETE to /objects/:id endpoint #716

batopa opened this issue Jun 23, 2015 · 1 comment

Comments

@batopa
Copy link
Member

batopa commented Jun 23, 2015

/objects endpoint has to support DELETE request to delete an object.

  • DELETE /objects/10 to delete an object with id = 10
  • DELETE /objects/10/relations/attach/14 to delete attach relation between object 10 and object 14
  • DELETE /objects/1/children/12 to remove object 12 from children of object 1
@batopa
Copy link
Member Author

batopa commented Aug 12, 2015

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

No branches or pull requests

1 participant