DLT-India registration must be enabled for your account. The four
DLT-India write endpoints — If you receive this response, contact support to have DLT registration enabled
for your account.
POST /compliance/dlt-india/principal-entities,
POST /compliance/dlt-india/headers, POST /compliance/dlt-india/content-templates,
and POST /compliance/dlt-india/consent-templates — return 503 FEATURE_DISABLED
until DLT registration is enabled for your account. The matching GET endpoints stay
available in every environment, so you can still read existing principal
entities, headers, and templates while writes are disabled.A gated request returns:503 Service Unavailable
{
"error": {
"code": "FEATURE_DISABLED",
"status": 503,
"message": "DLT registration is not yet available for this account."
},
"meta": {
"request_id": "req_...",
"timestamp": "2026-07-02T00:00:00.000Z"
}
}