DeleteStore

Delete store

post
/store/deleteStore

Removes the store from the resgitry

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
keystringRequired

The ID of the store

Example: example.dappstore
orgstringOptional

The GitHub organization to fork the repo to.

Responses
post
/store/deleteStore

Last updated