latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Data Sets

Delete a data set record

Deletes a data set record by its ID.

delete/data-sets/{dataSetId}/records/{dataSetRecordId}

Path parameters

dataSetIdstring required

The ID of the Data Set

dataSetRecordIdstring required

The ID of the Data Set Record

Response

idstring required

The resource's ID.

organizationIdstring required

The ID of the organization this resource belongs to.

dataSetIdstring required

Example response

{
  "audit": {
    "createdBy": {
      "id": "naAJxoDIuwdgNsQHGRRGqA",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "updatedBy": {
      "id": "naAJxoDIuwdgNsQHGRRGqA",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    }
  }
}