Delete record (v1)

Deletes a record in a specified data table.

Authentication

AuthorizationBearer

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

Path Parameters

data_table_idstringRequired
The ID of the data table to delete.
record_idstringRequired
The ID of the record to be deleted.

Response

200. Record was deleted successfully.
dataobject

Errors