Skip to main content
DELETE
/
api
/
v1
/
ips
/
{id}
/
reserve
Release a reserved IP
curl --request DELETE \
  --url https://api.rafftechnologies.com/api/v1/ips/{id}/reserve \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Project-ID: <x-project-id>'
{
  "success": true,
  "message": "Operation completed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt

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

Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

id
string<uuid>
required

Floating IP ID (UUID).

Response

IP released

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

Last modified on May 8, 2026