QamaqQamaq
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
レスポンスボディなし