---
title: "Delete a binary"
method: DELETE
path: "/fastedge/v1/binaries/{binary_id}"
tags: ["Binaries"]
---

# Delete a binary

`DELETE /fastedge/v1/binaries/{binary_id}`

Delete a WebAssembly binary from the platform.
Note: Binaries currently in use by applications cannot be deleted. Remove all application associations first.

## Path parameters

- `binary_id` integer, required

## Response `204`

Binary successfully deleted

## Other responses

- `400` — Bad request
- `404` — Not found
- `409` — Binary referenced
- `503` — Service unavailable

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
