TypeScript
const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}}; fetch('https://api.k0rdent.ai/v1/regions/{region}/projects/{project}/compute/addresses/{id}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "error": { "code": 123, "message": "<string>", "details": [ {} ] } }
Visibility: internal · public ( OpenAPI Custom Extension: x-visibility )
internal
public
“IPAM API: allocate and release IP pools” Release IP address or pool back to IPAM.
Bearer token authentication using OAuth2/OIDC tokens
Region identifier
Project identifier
Unique address identifier
IP address released
Was this page helpful?