MsgDeleteOutgoingApproval
Overview
Proto Definition
message MsgDeleteOutgoingApproval {
string creator = 1; // User deleting the approval
string collectionId = 2; // Target collection for approval
string approvalId = 3; // The ID of the approval to delete
}
message MsgDeleteOutgoingApprovalResponse {
bool found = 1; // Whether the approval was found and deleted
string version = 2; // The version of the deleted approval
repeated string reviewItems = 3; // Advisory review items about the transaction
}Response
Usage Example
Example
Behavior
Authorization & Permissions
Related Messages
Last updated