API Docs
DocsGithubSupportMeroku Protocol
  • About
  • API reference
    • Dapp
      • DeleteApp
      • Upload
      • Build
      • Rate
      • SearchById
      • Categories
    • Store
      • Featured
        • Dapps
      • DeleteStore
      • BannedDapps
      • Dapp
      • Title
        • /
    • App
      • Installed
      • InstallUrl
    • O
      • View
      • Download
    • Domainverification
      • GetVerificationId
      • Verify
    • Api
      • V1
        • Dapp
          • Search
          • Autocomplete
  • Specification
  • SDK
    • NodeJS
  • ../Meroku Docs
Powered by GitBook
On this page
  1. API reference
  2. Store

DeleteStore

PreviousDappsNextBannedDapps

Last updated 2 years ago

Delete store

post

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@example.com
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
200
successful operation
application/json
Responsestring
405
Invalid input
post
POST /store/deleteStore HTTP/1.1
Host: api-a.meroku.store
Content-Type: application/json
Accept: */*
Content-Length: 160

{
  "name": "r488it",
  "email": "email@example.com",
  "accessToken": "ghu_HziKDuS1L15JOAZSTMzJU2WkN2rmNe2zvV4",
  "githubID": "r488it",
  "key": "example.dappstore",
  "org": "text"
}
text