Skip to main content
DELETE
/
collections
/
{collectionId}
/
records
/
{recordId}
cURL
curl --request DELETE \
  --url https://api.sparq.ai/v2/collections/{collectionId}/records/{recordId} \
  --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.

recordId
string
required

Identifier of the record to be deleted.

Response

Deletion response indicating success.

status
integer

Status code indicating the result of the operation.