Skip to main content
DELETE
/
apps
/
{app_id}
/
domain
/
cache
Clear custom domain cache
curl --request DELETE \
  --url https://shardcloud.app/api/apps/{app_id}/domain/cache \
  --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

Custom domain cache cleared successfully

message
string
I