---
title: "Delete a graphic by id"
method: DELETE
path: "/batch/{batch_id}/graphic/{id}"
tags: ["graphic"]
---

# Delete a graphic by id

`DELETE /batch/{batch_id}/graphic/{id}`

Note that deleting a graphic will also delete the associated `batchUpload`.

## Response `204`

No content (graphic successfully deleted)

## Other responses

- `403` — Access is denied to the requested resource.
- `404` — The object identified by path parameters does not exist.
- `409` — The resource is in a conflicted state with the request.

---

[API](https://skmtc.net/dvidshub/apis/dvids-content-submission-api.md) · [All operations](https://skmtc.net/dvidshub/apis/dvids-content-submission-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dvidshub/dvids-content-submission-api/revisions/921b385ab6b9/schema)
