---
title: "Delete Spark application by submission ID"
method: DELETE
path: "/spark/{submissionId}"
tags: ["Deletion"]
---

# Delete Spark application by submission ID

`DELETE /spark/{submissionId}`

After a job is submitted, you can use the submission ID returned to delete the job.

## Path parameters

- `submissionId` string, required

## Response `200`

OK

- DeleteSubmissionResponse
  - `submissionId` string

## Other responses

- `400` — Bad request due to invalid submission ID or other issues
- `500` — Internal server error

---

[API](https://skmtc.dev/apple/apis/batch-processing-gateway-api.md) · [All operations](https://skmtc.dev/apple/apis/batch-processing-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apple/batch-processing-gateway-api/revisions/01a8fc362221/schema)
