curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/nodePoolBindings:delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"principal": "<string>"
}
'{}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/nodePoolBindings:delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"principal": "<string>"
}
'{}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The node pool binding being deleted. Must specify account_id, cluster_id, node_pool_id, and principal.
The principal that is allowed use the node pool. This must be the email address of the user.
A successful response.
The response is of type object.
Was this page helpful?