Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 367 Bytes

File metadata and controls

28 lines (22 loc) · 367 Bytes

Delete a buildpack

Example Request
curl "https://api.example.org/v3/buildpacks/[guid]" \
  -X DELETE \
  -H "Authorization: bearer [token]"
Example Response
HTTP/1.1 202 Accepted
Location: https://api.example.org/v3/jobs/[guid]

Definition

DELETE /v3/buildpacks/:guid

Permitted roles

| --- | --- Admin |