Unassign keysAsk AIpost https://{hostname}/apikey-manager-api/v2/keys/unassignUnassigns keys from collections.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamscollectionIdsarray of int64srequiredlength between 1 and 100Key collection identifiers. Run the List key collections operation to get them.collectionIds* int64ADD int64keyIdsarray of int64srequiredlength between 1 and 100Key identifiers. Run the List keys operation to get them.keyIds* int64ADD int64HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response reflects the set of API keys unassigned from the collection. 400Bad request. The request contains invalid data. 401Unauthorized. You are not authorized to perform the action. 403Forbidden. You don't have permission to the resource. 404Not found. The resource doesn't exist. 405Method not allowed. 500Internal server error.Updated about 1 month ago