DeleteApp

Delete dApp

post
/dapp/deleteApp

Removes the dApp from the store

Body
namestringRequired

The name of the developer (from GitHub)

Example: r488it
emailstringRequired

The email of the developer (from Github)

Example: [email protected]
accessTokenstringRequired

The JWT access token of the developer (from Github) for user to server API Calls

Example: ghu_HziKDuS1L15JOAZSTMzJU2WkN2rmNe2zvV4
githubIDstringRequired

The GitHub ID of the developer

Example: r488it
dappIdintegerRequired

The ID of the dApp

Example: example.store.dapp
orgstringOptional

The GitHub organization to fork the repo to.

Responses
200

successful operation

application/json
Responsestring
post
/dapp/deleteApp

Last updated