On this page
Remove a record from the collection
DELETE /api/v1/collections/{collection_id}/items/{id}Remove the specified item from the collection. Identify the item by its numeric ID in the path and its type via the type query parameter.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
collection_id |
path | yes | integer | |
id |
path | yes | integer | |
type |
query | yes | string |
Request Body
None.
Responses
204
record removed
