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
  }
}

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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