I’m using the ManagementClient in an AWS Custom Resource Provider. I call the ManagementClient.deleteClient function, but it is_not deleting the client:
I figured it out! This is very dumb of me. I wasn’t calling the correct function for the custom resource “Delete” event. I was doing it in the “Update” event.