v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Delete developer application

post/v1/account.deleteDeveloperApp

Request body

$schemastring uri

A URL to the JSON Schema for this object.

developerAppIdstring required

The public id of the developer app

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountDeleteDeveloperAppRequestBody.json",
  "developerAppId": "da_123456"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountDeleteDeveloperAppResponseBody.json"
}