Skip to main content
POST
/
v1
/
accounts
/
{account_id}
/
nodePools:batchDelete
Batch Delete Node Pools
curl --request POST \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/nodePools:batchDelete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "names": [
    "<string>"
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

account_id
string
required

The Account Id

Body

application/json
names
string[]
required

The resource names of the node pools to delete.

Response

200 - application/json

A successful response.

The response is of type object.