PermissionedDomainDelete

[Source]

Delete a permissioned domain that you own.

(Requires the PermissionedDomains amendment )

Example PermissionedDomainDelete JSON

{
  "TransactionType": "PermissionedDomainDelete",
  "Account": "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh",
  "Fee": "10",
  "Sequence": 392,
  "DomainID": "77D6234D074E505024D39C04C3F262997B773719AB29ACFA83119E4210328776"
}

PermissionedDomainDelete Fields

In addition to the common fields, PermissionedDomainDelete transactions use the following fields:

FieldJSON TypeInternal TypeRequired?Description
DomainIDString - HashHash256YesThe ledger entry ID of the Permissioned Domain entry to delete.

PermissionedDomainDelete Flags

There are no flags defined for PermissionedDomainDelete transactions.

Error Cases

Besides errors that can occur for all transactions, PermissionedDomainDelete transactions can result in the following transaction result codes:

Error CodeDescription
tecNO_ENTRYThe permissioned domain specified in the DomainID field doesn't exist in the ledger.
temDISABLEDThe PermissionedDomains amendment is not enabled.