Skip to main content

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

Objects removed successfully