---
title: "Delete an existing JsApp."
method: DELETE
path: "/jsapps/{id}.json"
tags: ["Apps"]
---

# Delete an existing JsApp.

`DELETE /jsapps/{id}.json`

Only the store that owns the JsApp can delete it. When using an OAuth app token, the JsApp must also belong to that app.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `message` string

## Other responses

- `403` — Not authorized to delete this JsApp.
- `404` — JsApp not found.

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/versions/7512c6ae3524/schema)
