curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/awsIamRoleBindings:delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"principal": "<string>",
"role": "<string>"
}
'{}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/awsIamRoleBindings:delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"principal": "<string>",
"role": "<string>"
}
'{}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The AWS IAM role binding being deleted. Must specify account_id, principal, and role.
A successful response.
The response is of type object.
Was this page helpful?