Hi @ChuckMN, here's an example request:
curl -X "DELETE" "https://api.appstoreconnect.apple.com/v1/appInfoLocalizations/{APP_INFO_LOCALIZATION_ID}" \
-H 'Authorization: Bearer {TOKEN}' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
That is getting the following error:
status: 405
code: Method Not Allowed
title: The request method is not valid for the resource path.
The documentation is here:
https://developer.apple.com/documentation/appstoreconnectapi/delete_an_app_info_localization
Any guidance or suggestions would be great!
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
Tags: