Hello @matsujirushi , Below is the response from the product team, I hope this helps in your query.
Below is the response of the product 'Delete' API Async call. [Make a note of the OperationId]
{"TenantId":"31908d60-fc8a-4403-b739-348ee8705d66","OperationId":"d122cee1-bda3-4c72-93e9-1b91d18e0c94","CreatedDateUTC":"2020-08-31T11:50:01.5251166Z","StartedDateUTC":null,"CompletedDateUTC":null,"OperationType":10,"State":0,"ResourceLocation":"","Error":null}
As This is an asynchronous API, the user needs to poll the operation to get the result.
- Please make use of this API Async Operations - AsyncOperations Get -Gets details for the specific operation within the scope of a tenant.
Use the OperationId from the response of 'Delete of product' in the below GET call.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/operations/{operationId}
In the future we will document the async nature of the APIs.
Please let us know if you further help in this matter.