Reputation: 19194
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'
Upvotes: 0
Views: 50