curl --request DELETE \
--url https://api.fireworks.ai/v1/accounts/{account_id}/deployments/{deployment_id} \
--header 'Authorization: Bearer <token>'{}curl --request DELETE \
--url https://api.fireworks.ai/v1/accounts/{account_id}/deployments/{deployment_id} \
--header 'Authorization: Bearer <token>'{}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
If true, this will perform a hard deletion.
If true, this will ignore checks and force the deletion of a deployment that is currently deployed and is in use.
A successful response.
The response is of type object.
Was this page helpful?