Delete record (v1)

Deletes a record in a specified data table.

Path parameters

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

Headers

AuthorizationstringRequired

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

Response

200. Record was deleted successfully.
dataobject

Errors