Skip to main content
DELETE
/
platform
/
recovery-point
/
{recoveryPointId}
Delete recovery point
curl --request DELETE \
  --url https://api.rootkey.ai/api-v1/platform/recovery-point/{recoveryPointId} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

ROOTKey API key (rk_live_... for production, rk_test_... for the test network).

Path Parameters

recoveryPointId
string<uuid>
required

Response

Recovery point deleted

The response is of type object.