Hey guys,
i have a little problem to delete a previous uploaded certificate.
I tried lots of ways an even the graph execution looks good (status 204), but the certificate will not be deleted and is still present.
Powershell command Remove-IntuneUserPfxCertificate -UserThumbprintList is not working by the way.
What i'm doing wrong?
Used command:
DELTE deviceManagement/userPfxCertificates/{userPFXCertificateId}
Hey guys, i have a little problem to delete a previous uploaded certificate. I tried lots of ways an even the graph execution looks good (status 204), but the certificate will not be deleted and is still present. Powershell command Remove-IntuneUserPfxCertificate -UserThumbprintList is not working by the way.
What i'm doing wrong?
Used command: DELTE deviceManagement/userPfxCertificates/{userPFXCertificateId}
Hope you can help me.