Remove object from list
DELETE/v1/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 and is subject to rate limiting. It is used for dynamically managing collections without affecting the underlying object data.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Objects removed successfully
Bad request
Unauthorized
Not found
Rate limit exceeded
Internal server error