Delete Record
https://core.hisend.hunnovate.com/api/v1/records/{record_identifier}?api_key={api_key}
Delete one record
Path Parameters
project_identifier string required
The identifier or id of the project, for example project_name or 01jtk9f6xtp5bqycmj8x68040f, you can get it from the projects page on your dashboard
table_identifier string required
The identifier or id of the table, for example users or 01jtk9f6zf2p1n4d65bxyh6ysk, you can get it from the tables page on your dashboard
Query Params
api_key string required
The api key from your dashboard
422 Error Response Example
{
"message": "Record not found",
}
200 Success Response Example
{
"message": "Record deleted successfully",
}