Remove object from list
DELETE/spaces/:space_id/lists/:list_id/objects/:object_id
Removes a given object from the specified list (collection only) in a space. The endpoint takes the space, list, and object identifiers as path parameters. It's subject to rate limiting and returns a success message on completion. It is used for dynamically managing collections without affecting the underlying object data.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Objects removed successfully
Bad request
Unauthorized
Not found
Internal server error