Skip to main content
DELETE
/
apps
/
{app_id}
Delete an app
curl --request DELETE \
  --url https://shardcloud.app/api/apps/{app_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required

Response

App deleted successfully

message
string
I