MyActor->Destroy() not working for clients

Yeah its important to check if you are the owner, and also you can try this message passing route as well:

Client Sends Death RPC to Server() -> Server executes Death(check for owner) on Server() -> Server sends the Multicast for death to be called on each client()