DELETE
/
objects
/
{object_name}
/
records
/
{record_id}
curl --request DELETE \
  --url https://api.unifygtm.com/data/v1/objects/{object_name}/records/{record_id} \
  --header 'x-api-key: <api-key>'
{
  "status": "success"
}

Authorizations

x-api-key
string
header
required

Path Parameters

object_name
string
required
record_id
string
required

Response

204
application/json

Response for a successful delete operation.