Delete a Product
Delete an Xcode Cloud product and all of its associated workflows, builds, and artifacts.
URL
DELETE https://api.appstoreconnect.apple.com/v1/ciProducts/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Products resource. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 204 | No Content | The request completed successfully and the specific Products resource was deleted. | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
Discussion
To delete an Xcode Cloud product, call this endpoint using the HTTP DELETE method like this:
https://api.appstoreconnect.apple.com/v1/ciProducts/9ad354b0-f380-40d3-b94f-dd5225b8b3d5App Store Connect confirms the deletion by responding with the HTTP/1.1 204 No Content HTTP status code.