PermissionedDomainDelete
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:
Field | JSON Type | Internal Type | Required? | Description |
---|---|---|---|---|
DomainID | String - Hash | Hash256 | Yes | The 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 Code | Description |
---|---|
tecNO_ENTRY | The permissioned domain specified in the DomainID field doesn't exist in the ledger. |
temDISABLED | The PermissionedDomains amendment is not enabled. |