cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.deleteDeveloperApp \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "developerAppId": "<string>" } '
{ "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The public id of the developer app
OK
A URL to the JSON Schema for this object.