DeleteStore
Removes the store from the resgitry
Body
namestringRequiredExample:
The name of the developer (from GitHub)
r488it
accessTokenstringRequiredExample:
The JWT access token of the developer (from Github) for user to server API Calls
ghu_HziKDuS1L15JOAZSTMzJU2WkN2rmNe2zvV4
githubIDstringRequiredExample:
The GitHub ID of the developer
r488it
keystringRequiredExample:
The ID of the store
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 protected]",
"accessToken": "ghu_HziKDuS1L15JOAZSTMzJU2WkN2rmNe2zvV4",
"githubID": "r488it",
"key": "example.dappstore",
"org": "text"
}
text
Last updated