Delete a Workflow
Delete an Xcode Cloud workflow and all of its associated data.
URL
DELETE https://api.appstoreconnect.apple.com/v1/ciWorkflows/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Workflows resource. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 204 | No Content | The request completed successfully and the specific Workflows 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 workflow, call this endpoint using the HTTP DELETE method like this:
https://api.appstoreconnect.apple.com/v1/ciWorkflows/9ad354b0-f380-40d3-b94f-dd5225b8b3d5App Store Connect confirms the deletion by responding with the HTTP/1.1 204 No Content HTTP status code.