HTTP Error 204, while trying to delete user from AppStore connect Test Flight, using RestAPI

33 views Asked by At

When I try to delete an existing user from TestFlight, I receive http error 204 (no content), what does this mean? I am sure my-user-id is existing in TestFlight, I got it via API.

curl --location --request DELETE 'https://api.appstoreconnect.apple.com/v1/betaTesters/{my-user-id}' \
--header 'Authorization: Bearer my-token'
0

There are 0 answers