Contents

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

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies the Workflows resource.

Response Codes

StatusReasonTypeDescription
204No Content

The request completed successfully and the specific Workflows resource was deleted.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not 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-dd5225b8b3d5

App Store Connect confirms the deletion by responding with the HTTP/1.1 204 No Content HTTP status code.

See Also

Managing Xcode Cloud Workflows