Delete Developer App
DELETE/developer-apps/:address
Deletes a developer app. Indexer validates grants.
Request
Path Parameters
address stringrequired
Developer app address (API Key)
Query Parameters
user_id stringrequired
The user ID of the user who owns the developer app
Responses
- 200
- 401
- 404
- 500
Developer app deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Whether the operation was successful
transaction_hash string
The blockchain transaction hash
{
"success": true,
"transaction_hash": "string"
}
Unauthorized
Not found
Server error
Loading...