DELETE
删除实体记录
/entities/{entity_key}/records/{record_id}删除实体记录。
参数
路径参数
| 名称 | 类型 | 描述 |
|---|---|---|
entity_key必填 | string | The entity schema ID |
record_id必填 | string | The record ID |
代码示例
curl -X DELETE "https://api.qamaq.io/api/v1/entities/{entity_key}/records/{record_id}" \
-H "Authorization: Bearer qmq_your_api_key"响应
204Record deleted successfully
无响应体