Skip to main content
DELETE
/
apps
/
{app_id}
/
files
Delete a file or directory
curl --request DELETE \
  --url https://shardcloud.app/api/apps/{app_id}/files \
  --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

Query Parameters

path
string
required

Path to delete

Response

Path deleted successfully

message
string
I