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_id
The ID of the data table to delete.
record_id
The ID of the record to be deleted.
Response
200. Record was deleted successfully.
data