We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
app_store_connect = AppStoreConnect::Client.new app_store_connect.bundle_ids # => { :data => [] }
app_store_connect = AppStoreConnect::Client.new bundle_id = ... app_store_connect.delete_bundle_id(id: bundle_id) # => true