Skip to main content

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

Developer app deleted successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...