QamaqQamaq
DELETE

Delete entity record

/entities/{entity_key}/records/{record_id}

Deletes an entity record.

Parameters

Path Parameters

NameTypeDescription
entity_keyrequired
string

The entity schema ID

record_idrequired
string

The record ID

Code Examples

curl -X DELETE "https://api.qamaq.io/api/v1/entities/{entity_key}/records/{record_id}" \
  -H "Authorization: Bearer qmq_your_api_key"

Responses

204Record deleted successfully
No response body