On this page
Remove a record from the collection
DELETE /api/v1/collections/{collection_id}/items/{id}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
