cURL
curl --request DELETE \ --url https://api.computeflow.cloud/v2/builds/builds/{name} \ --header 'api-key: <api-key>'
{ "status": "success", "message": "Build deleted successfully" }
Delete a build with the specified name.
PlayFlow API Key
Name of the build to delete.
Successful Response
Response model for deleting a build.