Remove a rule chain for a specific target from Policy smart contract.
RemoveChain is an idempotent operation: removal of non-existing rule chain
also means success.
Statuses:
OK (0, SECTION_SUCCESS):
the chain has been successfully removed;
Common failures (SECTION_FAILURE_COMMON);
CONTAINER_NOT_FOUND (3072, SECTION_CONTAINER):
container (as target) not found;
APE_MANAGER_ACCESS_DENIED (5120, SECTION_APE_MANAGER):
the operation is denied by the service.
Carries request verification information. This header is used to authenticate the nodes of the message route and check the correctness of transmission.
Carries response verification information. This header is used to authenticate the nodes of the message route and check the correctness of transmission.
Carries request verification information. This header is used to authenticate the nodes of the message route and check the correctness of transmission.
Carries response verification information. This header is used to authenticate the nodes of the message route and check the correctness of transmission.
Carries request verification information. This header is used to authenticate the nodes of the message route and check the correctness of transmission.
Carries response verification information. This header is used to authenticate the nodes of the message route and check the correctness of transmission.
Message RemoveChainResponse.Body
Since RemoveChain is an idempotent operation, then the only indicator that
operation could not be performed is an error returning to a client.