Delete record

Delete an existing record

DELETE
/bases/{baseId}/collections/{collectionId}/records/{recordId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

baseIdstring

Base ID

collectionIdstring

Collection ID

recordIdstring

Record ID

Response Body

curl -X DELETE "https://eu1.api.bivariant.com/v1/bases/string/collections/string/records/string"
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}