Skip to main content
DELETE
/
storage
/
{id}
Delete persistent volume
curl --request DELETE \
  --url https://runcrate.ai/api/v1/storage/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "<string>",
    "refund_amount": 123
  }
}

Authorizations

Authorization
string
header
required

Use a Runcrate API key with the rc_live_* prefix as the bearer token. Create one at https://www.runcrate.ai/dashboard/api-keys.

Path Parameters

id
string
required

Response

Deletion result.

data
object
required