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 {}Usage Example
# CLI command
bitbadgeschaind tx badges delete-outgoing-approval [collection-id] [approval-id] --from user-keyExample
Behavior
Authorization & Permissions
Related Messages
Last updated