API Reference
Reference for the API
Delete a specific record by its ID.
cURL
curl --request DELETE \ --url https://api.example.com/apps/{app_id}/collections/{collection_id}/records/{record_id}
"<unknown>"
The ID of the app
The ID of the collection
The ID of the record
The response is of type unknown.
unknown
Was this page helpful?