---
title: "Delete developer application"
method: POST
path: "/v1/account.deleteDeveloperApp"
tags: ["account"]
---

# Delete developer application

`POST /v1/account.deleteDeveloperApp`

## Request body

- V1AccountDeleteDeveloperAppRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `developerAppId` string, required — The public id of the developer app

## Response `200`

OK

- V1AccountDeleteDeveloperAppResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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