Skip to main content
DELETE
/
api
/
v3
/
builds
/
{build_id}
Delete a build
curl --request DELETE \
  --url https://playflow.dev/api/api/v3/builds/{build_id} \
  --header 'api-key: <api-key>'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

api-key
string
header
required

Path Parameters

build_id
string
required

Build ID to delete.

Response

Build soft-deleted and artifacts cleaned up.

Confirmation that the build was soft-deleted.

status
string
required

Result status, typically "success".

message
string
required

Human-readable confirmation, e.g., "Build deleted successfully".