cURL
curl --request DELETE \ --url https://api.sparq.ai/v2/collections/{collectionId}/records \ --header 'Authorization: Bearer <token>'
[ { "status": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the collection.
Deletion response indicating success.
Status code indicating the result of the operation.