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
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.sparq.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.