Skip to main content
DELETE
/
v1
/
projects
/
{id}
/
disks
/
{name}
Delete a disk
curl --request DELETE \
  --url https://api.iran.liara.ir/v1/projects/{id}/disks/{name} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

id
string
required

The id of your app

name
string
required

The name of your disk of app

Response