Skip to main content
DELETE
/
collections
/
{collectionId}
/
records
cURL
curl --request DELETE \
  --url https://api.sparq.ai/v2/collections/{collectionId}/records \
  --header 'Authorization: Bearer <token>'
[
  {
    "status": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collectionId
string
required

Unique identifier for the collection.

Response

Deletion response indicating success.

status
integer

Status code indicating the result of the operation.