Beta tester remove API failed with 500 error

https://api.appstoreconnect.apple.com/v1/betaTesters/{id}

Cannot call delete on any of the above Cannot be uninstalled from the app store console (IDs cannot be provided as personal information)

{ "errors": [ { "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } ] }

Hi @Jerkins,

When using DELETE v1/betaTester/{id} make sure to use the id that is returned from GET v1/betaTesters. You may need to filter for the user's name or email. The id is in the form of a uuid.

Hope this helps! If there are more details you can provide we may be able to help troubleshoot in more detail.

Beta tester remove API failed with 500 error
 
 
Q