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

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

Deploy token deleted successfully

The response is of type object.

I